Type alias RequestSupportedAssetsForChainArgs
RequestSupportedAssetsForChainArgs: {
chainId: string;
includeCW20Assets?: boolean;
includeEVMAssets?: boolean;
includeNoMetadataAssets?: boolean;
includeSVMAssets?: boolean;
nativeOnly?: boolean;
}
Type declaration
chainId: string
Optional
includeCW20Assets?: boolean
Optional
includeEVMAssets?: boolean
Optional
includeNoMetadataAssets?: boolean
Optional
includeSVMAssets?: boolean
Optional
nativeOnly?: boolean