Type alias AccountCreationTransfer
AccountCreationTransfer: {
amount: bigint;
assetDecimals: number;
assetIconUrl: string;
assetId: Buffer;
assetIssuingBlockchainRid: Buffer;
assetName: string;
assetSymbol: string;
assetTotalSupply: bigint;
assetType: string;
assetUniquenessResolver: Buffer;
finalOpIndex: number;
finalTxRid: Buffer;
recipientId: Buffer;
senderBlockchainRid: Buffer;
senderId: Buffer;
state: string;
timestamp: number;
transactionTxRid: Buffer;
}
Type declaration
amount: bigint
assetDecimals: number
assetIconUrl: string
assetId: Buffer
assetIssuingBlockchainRid: Buffer
assetName: string
assetSymbol: string
assetTotalSupply: bigint
assetType: string
assetUniquenessResolver: Buffer
finalOpIndex: number
finalTxRid: Buffer
recipientId: Buffer
senderBlockchainRid: Buffer
senderId: Buffer
state: string
timestamp: number
transactionTxRid: Buffer