Axentro::Core::Keys::KeyUtils
Inherits Axentro::Core::Hashes < Reference < Object
Class methods
create_new_keypair
Sourcefrom_wif(wif : Wif) : NamedTuple(private_key: PrivateKey, network: Core::Node::Network)
Sourceget_address_from_public_key(public_key : PublicKey)
Sourcesign(hex_private_key, message) : String
Sourceto_bytes(hex : String) : Bytes
Sourceto_hex(bytes : Bytes) : String
Sourceto_wif(key : PrivateKey, network : Core::Node::Network) : Wif
Sourceverify_signature(message, signature_hex, hex_public_key) : Bool
Source