Type alias AccountBalance

AccountBalance: {
    __typename?: "AccountBalance";
    account: Account;
    assetId: Scalars["String"];
    balance: Scalars["BigInt"];
    id: Scalars["String"];
}

Balance of a particular asset denoted by assetId present in the account

Type declaration

  • Optional __typename?: "AccountBalance"
  • account: Account

    Connected account

  • assetId: Scalars["String"]

    Zeitgeist's identifier for asset

  • balance: Scalars["BigInt"]

    Balance of the asset

  • id: Scalars["String"]

    Unique identifier of the object

Generated using TypeDoc