Skip to main content

Crate iris_wasm

Crate iris_wasm 

Source

Structs§

GrpcClient
TxNotes
WasmExtendedKey
WasmPrivateKey
WasmSpendBuilder
WasmTxBuilder

Enums§

TxLock

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