Interface FuelAssetHandlerConfig_AssetFilter

interface FuelAssetHandlerConfig_AssetFilter {
    assetId?: string;
    fromAddress?: string;
    toAddress?: string;
}

Properties

assetId?: string
fromAddress?: string
toAddress?: string