GatewayTransferDetails: {
    amount: bigint;
    fee?: bigint;
    from: ChainAddress;
    nativeGas?: bigint;
    nonce?: number;
    payload?: Uint8Array;
    to: ChainAddress;
    token: TokenId | "native";
}

Type declaration

  • amount: bigint
  • Optional fee?: bigint
  • from: ChainAddress
  • Optional nativeGas?: bigint
  • Optional nonce?: number
  • Optional payload?: Uint8Array
  • to: ChainAddress
  • token: TokenId | "native"

Generated using TypeDoc