GatewayTransferDetails: {
    amount: bigint;
    fee?: bigint;
    from: ChainAddress;
    nativeGas?: bigint;
    nonce?: number;
    payload?: Uint8Array;
    to: ChainAddress;
    token: TokenId<Chain>;
}

Configuration for a transfer through the Gateway

Type declaration

  • amount: bigint
  • Optional fee?: bigint
  • from: ChainAddress
  • Optional nativeGas?: bigint
  • Optional nonce?: number
  • Optional payload?: Uint8Array
  • to: ChainAddress
  • token: TokenId<Chain>

Generated using TypeDoc