Type alias SupportedAssetsArgs

SupportedAssetsArgs: {
    includeCW20Assets?: boolean;
    includeEVMAssets?: boolean;
    includeNoMetadataAssets?: boolean;
    includeSVMAssets?: boolean;
    nativeOnly?: boolean;
}

Type declaration

  • Optional includeCW20Assets?: boolean
  • Optional includeEVMAssets?: boolean
  • Optional includeNoMetadataAssets?: boolean
  • Optional includeSVMAssets?: boolean
  • Optional nativeOnly?: boolean