Type alias GatewayTransferDetails
GatewayTransferDetails: { amount: bigint; fee?: bigint; from: ChainAddress; nativeGas?: bigint; nonce?: number; payload?: Uint8Array; to: ChainAddress; token: TokenId<Chain>; }
Type declaration
-
amount: bigint
-
Optional
fee?: bigint
-
-
Optional
nativeGas?: bigint
-
Optional
nonce?: number
-
Optional
payload?: Uint8Array
-
-
Configuration for a transfer through the Gateway