ClaimedSeat: {
    baseBalance: bignum;
    publicKey: PublicKey;
    quoteBalance: bignum;
}

ClaimedSeat on the market.

Type declaration

  • baseBalance: bignum

    Balance of base atoms that are withdrawable (excluding in open orders).

  • publicKey: PublicKey

    Public key of the trader.

  • quoteBalance: bignum

    Balance of quote atoms that are withdrawable (excluding in open orders).