Type alias MarketBond

MarketBond: {
    __typename?: "MarketBond";
    isSettled: Scalars["Boolean"];
    value: Scalars["BigInt"];
    who: Scalars["String"];
}

Market's bond details

Type declaration

  • Optional __typename?: "MarketBond"
  • isSettled: Scalars["Boolean"]

    The flag which determines if the bond was already unreserved and/or (partially) slashed

  • value: Scalars["BigInt"]

    Amount reserved

  • who: Scalars["String"]

    The account that reserved the bond

Generated using TypeDoc