Asset: {
    __typename?: "Asset";
    amountInPool?: Maybe<Scalars["BigInt"]>;
    assetId: Scalars["String"];
    id: Scalars["String"];
    poolId?: Maybe<Scalars["Int"]>;
    price?: Maybe<Scalars["Float"]>;
}

A type that has detail of the outcome asset. It is initialised as soon as the market is created and price is assigned when pool is deployed for the market.

Type declaration

  • Optional __typename?: "Asset"
  • Optional amountInPool?: Maybe<Scalars["BigInt"]>

    Balance of the asset present in the pool account

  • assetId: Scalars["String"]

    Zeitgeist's identifier for asset

  • id: Scalars["String"]

    Unique identifier of the object

  • Optional poolId?: Maybe<Scalars["Int"]>

    Zeitgeist's identifier for pool

  • Optional price?: Maybe<Scalars["Float"]>

    Spot price of the asset in the pool

Generated using TypeDoc