Module async_api

Module async_api 

Source
Expand description

Async functions for blockchain interaction (Rust API versions)

Enums§

NetworkType

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).