Constructs a new BlockGlobalAddr instance.
Optional
blockTime: objectOptional parameter for the block time object.
Optional
messageCount: objectOptional parameter for the message count object.
Optional
blockThe block time object, if this is a block time address.
Optional
messageThe message count object, if this is a message count address.
Static
fromCreates a BlockGlobalAddr from a byte array representation.
An instance of BlockGlobalAddr representing the given type.
Error if the byte array tag does not match any known BlockGlobalAddr type.
The byte array containing the tag for the block global address type.
Static
fromJSONCreates a BlockGlobalAddr from a JSON string representation.
A new BlockGlobalAddr instance.
The JSON string representation.
Static
fromCreates a BlockGlobalAddr from a string representation.
A new BlockGlobalAddr instance.
Error if the format does not match known block global address types.
The string representation of the block global address.
Generated using TypeDoc
Represents a block global address within the system, supporting both block time and message count addresses.