A simplified version of AssetHolding

Implements

Constructors

  • Creates a new MiniAssetHolding object.

    Parameters

    • __namedParameters: {
          address: string;
          amount: number | bigint;
          deleted?: boolean;
          isFrozen: boolean;
          optedInAtRound?: number | bigint;
          optedOutAtRound?: number | bigint;
      }
      • address: string
      • amount: number | bigint
      • Optional deleted?: boolean
      • isFrozen: boolean
      • Optional optedInAtRound?: number | bigint
      • Optional optedOutAtRound?: number | bigint

    Returns MiniAssetHolding

Properties

address: string
amount: bigint
deleted?: boolean

Whether or not this asset holding is currently deleted from its account.

isFrozen: boolean
optedInAtRound?: bigint

Round during which the account opted into the asset.

optedOutAtRound?: bigint

Round during which the account opted out of the asset.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc