TokenTransaction

Type Alias: TokenTransaction

Properties overview

  • request: TokenTransactionParams & {
    txType: TokenTransactionType;
    };
  • txType: TokenTransactionType;
  • symbol: string;
type TokenTransaction = TransactionPayloads & {
  request: TokenTransactionParams & {
     txType: TokenTransactionType;
    };
  symbol: string;
};

Defined in: packages/api/src/client/types.gen.ts:614

Type declaration

request

request: TokenTransactionParams & {
  txType: TokenTransactionType;
};

Type declaration

txType
txType: TokenTransactionType;

The type of the transaction.

symbol

symbol: string;

The symbol of the token.