class

Axentro::Core::Keys::Address

Inherits Reference < Object

Constructors

from(hex_address : String, name : String = "") : Address
Source
new(hex_address : String, network : Core::Node::Network = MAINNET, name : String = "generic")
Source

Class methods

get_network_from_address(hex_address) : Core::Node::Network
Source
is_valid?(hex_address : String)
Source

Instance methods

as_hex
Source
is_valid?
Source
network
Source
to_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.

Source