# Functions
DecodeFiatOnrampPurchaseMessage attempts to decode a byte payload into a FiatOnrampPurchaseMessage.
DecodeNaclBoxBlockchainMessage attempts to decode a byte payload into a NaclBoxBlockchainMessage.
GetAsciiBaseDomain gets the ASCII base domain for a given string.
GetDomainDisplayName gets the display version of a domain within UI elements of the Code app.
NewFiatOnrampPurchaseMessage returns a new BlockchainMessage used to indicate fulfillmenet of a fiat purchase by an onramp provider.
NewNaclBoxBlockchainMessage returns a new BlockchainMessage using a NACL box where the shared key is derived using ECDH.
VerifyDomainNameOwnership verifies a public key owns a domain.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
NaclBoxBlockchainMessage is an encrypted message, plus associated metadata, sent over the blockchain.
# Type aliases
No description provided by the author
DomainVerifier is a validation function to verify if a public key is owned by a domain.