Type alias AssetTransferParam

AssetTransferParam: BasicParams & {
    amount: number | bigint;
    assetID: number | string;
    toAccountAddr: runtime.types.AccountAddress;
    type: TransferAsset;
}

Generated using TypeDoc