Axentro::Core::Keys::Address
Inherits Reference < Object
Constructors
from(hex_address : String, name : String = "") : Address
Sourcenew(hex_address : String, network : Core::Node::Network = MAINNET, name : String = "generic")
SourceClass methods
get_network_from_address(hex_address) : Core::Node::Network
Sourceis_valid?(hex_address : String)
SourceInstance methods
as_hex
Sourceis_valid?
Sourcenetwork
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.