Class BalanceHoldAddr

Represents an address holding a balance, categorized by either 'Gas' or 'Processing' type.

Hierarchy

  • BalanceHoldAddr

Constructors

Properties

gas?: Hold

The hold categorized as 'Gas', if any.

processing?: Hold

The hold categorized as 'Processing', if any.

Methods

  • Serializes the BalanceHoldAddr to its byte representation. Includes a byte for the hold type, the purse address, and an 8-byte block time.

    Returns

    The serialized byte representation of the BalanceHoldAddr.

    Returns Uint8Array

  • Serializes the BalanceHoldAddr to its JSON string representation.

    Returns

    The JSON string representation of the BalanceHoldAddr.

    Returns string

  • Converts the BalanceHoldAddr to a prefixed string, using 'balance-hold-' as the prefix.

    Returns

    The prefixed string representation of the BalanceHoldAddr.

    Returns string

Generated using TypeDoc