nimiq/key/public_key

Types

pub type PublicKey {
  EdDsaPublicKey(key: public_key.PublicKey)
  EcDsaPublicKey(buf: BitArray)
}

Constructors

Values

pub fn default() -> PublicKey
pub fn deserialize_typed(
  buf: BitArray,
  typ: signature_proof_algorithm.SignatureProofAlgorithm,
) -> Result(#(PublicKey, BitArray), String)
pub fn serialize_to_bits(key: PublicKey) -> BitArray
pub fn to_address(key: PublicKey) -> address.Address
pub fn to_base64(key: PublicKey) -> String
pub fn to_base64_url(key: PublicKey) -> String
pub fn to_hex(key: PublicKey) -> String
Search Document
OSZAR »