Type alias DepositOrWithdrawal

DepositOrWithdrawal: {
    amount: BigNumber;
    timestamp: number;
    txHash: string;
}

A USD deposit or withdrawal.

Type declaration

  • amount: BigNumber
  • timestamp: number
  • txHash: string

Note

amount will be negative for withdrawals.

Generated using TypeDoc