Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssetHolding

Hierarchy

  • AssetHolding

Index

Constructors

Methods

Constructors

constructor

Methods

Static balance

  • Get the amount of an asset held by an account.

    Parameters

    • account: Expr

      An index into Txn.Accounts that corresponds to the account to check. Must evaluate to uint64.

    • asset: Expr

      The ID of the asset to get. Must evaluate to uint64.

    Returns MaybeValue

Static frozen

  • Check if an asset is frozen for an account.

    A value of 1 indicates frozen and 0 indicates not frozen.

    Parameters

    • account: Expr

      An index into Txn.Accounts that corresponds to the account to check. Must evaluate to uint64.

    • asset: Expr

      The ID of the asset to check. Must evaluate to uint64.

    Returns MaybeValue

Generated using TypeDoc