Expand description
Async functions for blockchain interaction (Rust API versions)
Enums§
Functions§
- broadcast_
spend_ bundle - Broadcasts a spend bundle (Rust API version).
- connect_
peer - Connects to a specific peer address (Rust API version).
- connect_
random - Connects to a random peer on the specified network (Rust API version).
- create_
simple_ did - Creates a simple DID (Rust API version).
- create_
tls_ connector - Creates a TLS connector for Chia peer connections (Rust API version).
- generate_
did_ proof - Generates a DID proof automatically (Rust API version).
- get_
all_ unspent_ coins - Gets all unspent coins for a puzzle hash (Rust API version).
- get_
fee_ estimate - Gets fee estimate for target time (Rust API version).
- get_
header_ hash - Gets the header hash at a specific height (Rust API version).
- is_
coin_ spent - Checks if a coin is spent on-chain (Rust API version).
- mint_
nft - Mints a new NFT using a DID string (Rust API version).
- sync_
store - Synchronizes a datastore (Rust API version).
- sync_
store_ from_ launcher_ id - Synchronizes a store using its launcher ID (Rust API version).