class Secp256k1Zkp::Address
- Secp256k1Zkp::Address
- Reference
- Object
Overview
a 160 bit hash of a public key
Included Modules
Defined in:
crystal-secp256k1-zkp/secp256k1-zkp.crConstructors
- .new(base58str : String, addr_prefix : String)
- .new(public_key : PublicKey)
- .new(pts_address : PtsAddress)
Instance Method Summary
- #bytes : Bytes
- #is_valid?(base58str : String, addr_prefix : String)
- #to_wif(addr_prefix : String) : String