Optional
gasThe hold categorized as 'Gas', if any.
Optional
processingThe hold categorized as 'Processing', if any.
Static
fromDeserializes a BalanceHoldAddr from a byte array.
A new BalanceHoldAddr instance.
Error if the byte format is invalid.
BalanceHoldAddrTagError if the hold type is unexpected.
The byte array containing the BalanceHoldAddr data.
Static
fromJSONParses a JSON string representation of a BalanceHoldAddr.
A new BalanceHoldAddr instance.
The JSON string.
Static
fromParses a string representation of a BalanceHoldAddr and returns a new instance.
A new BalanceHoldAddr instance.
The string representation of the BalanceHoldAddr.
Generated using TypeDoc
Represents an address holding a balance, categorized by either 'Gas' or 'Processing' type.