balance

  accountId: string;
  collateralId: string;
  reason: BalanceReason;
  previousBalance: number;
  newBalance: number;
  timestamp: string;

Last updated