Interface AccountTransaction

Hierarchy

  • AccountTransaction

Properties

blockDate: string
blockTime: string
fromAccount?: PublicKey
sigIndex: number
signature: string
slot: number
status: "error" | "success"
timestamp: number
toAccount?: PublicKey
tokenDecimals: number
tokenName: string
tokenNameInput?: string
tokenSymbol: string
tokenSymbolInput?: string
tradeAction: PoolAction
tradeAmount: TokenAmount
tradeAmountInput?: TokenAmount

Generated using TypeDoc