Class Account

Represents an account in the blockchain, containing account details such as associated keys, named keys, main purse, and action thresholds.

Hierarchy

  • Account

Constructors

Properties

accountHash: AccountHash

The account hash for this account, which serves as a unique identifier.

actionThresholds: ActionThresholds

The action thresholds for this account, setting required weights for specific actions.

associatedKeys: AssociatedKey[]

The list of associated keys for this account, each with an AccountHash and weight.

mainPurse: URef

The main purse associated with this account, represented as a URef.

namedKeys: NamedKeys

The named keys associated with this account, mapping key names to URef values. TODO: Is it could be any type of keys or certain types?

Generated using TypeDoc