Network⚓︎
Address
⚓︎
Bases: ByteArray
- Address
-
Represents a Symbol address.
__init__(address)
⚓︎
- Address.__init__
-
Creates an address from a decoded or encoded address.
from_decoded_address_hex_string(hex_string)
staticmethod
⚓︎
- Address.from_decoded_address_hex_string
-
Creates an address from a decoded address hex string (typically from REST).
from_namespace_id(namespace_id, network_identifier)
staticmethod
⚓︎
- Address.from_namespace_id
-
Creates an address from a namespace id.
to_namespace_id()
⚓︎
- Address.to_namespace_id
-
Attempts to convert this address into a namespace id.
Network
⚓︎
Bases: Network
- Network
-
Represents a Symbol network.
__init__(name, identifier, epoch_time, generation_hash_seed=None)
⚓︎
- Network.__init__
-
Creates a new network with the specified properties.
NetworkTimestamp
⚓︎
Bases: NetworkTimestamp
- NetworkTimestamp
-
Represents a symbol network timestamp with millisecond resolution.
add_milliseconds(count)
⚓︎
- NetworkTimestamp.add_milliseconds
-
Adds a specified number of milliseconds to this timestamp.