class

Axentro::Core::Keys::KeyUtils

Inherits Axentro::Core::Hashes < Reference < Object

Class methods

create_new_keypair
Source
from_wif(wif : Wif) : NamedTuple(private_key: PrivateKey, network: Core::Node::Network)
Source
get_address_from_public_key(public_key : PublicKey)
Source
sign(hex_private_key, message) : String
Source
to_bytes(hex : String) : Bytes
Source
to_hex(bytes : Bytes) : String
Source
to_wif(key : PrivateKey, network : Core::Node::Network) : Wif
Source
verify_signature(message, signature_hex, hex_public_key) : Bool
Source