Structs§
Enums§
Functions§
- atom_
to_ belts - Convert an Atom to belts.
- belts_
to_ atom - Convert a sequence of belts back into one atom.
- cue
- Cue a jammed Uint8Array into a Noun (see
jam). - derive_
master_ key - Derive master key from seed bytes
- derive_
master_ key_ from_ mnemonic - Derive master key from BIP39 mnemonic phrase
- digest_
from_ protobuf - digest_
to_ protobuf - hash_
noun - Hash a noun (jam as input)
- hash_
public_ key - Hash a public key to get its digest (for use in PKH)
- hash_
u64 - Hash a u64 value
- jam
- Encode a Noun as a Uint8Array of bytes.
- locky
- note_
from_ protobuf - note_
to_ protobuf - raw_
tx_ from_ protobuf - raw_
tx_ to_ protobuf - Convert raw transaction into protobuf format.
- sign_
message - Sign a message string with a private key
- spend_
condition_ from_ protobuf - Convert protobuf spend condition to native SpendCondition. Accepts the protobuf format used by the Nockchain gRPC interface and external dApps
- spend_
condition_ to_ protobuf - Convert native SpendCondition to protobuf format. Returns the protobuf format used by the Nockchain gRPC interface and external dApps.
- tas
- Convert string to an Atom.
- tas_
belts - Convert a string to sequence of Belts.
- tx_
engine_ settings_ v1_ bythos_ default - Return default transaction engine settings for V1 Bythos signing.
- tx_
engine_ settings_ v1_ default - Return default transaction engine settings for V1 signing.
- untas
- Convert an Atom into a string.
- verify_
signature - Verify a signature with a public key