Functionsยง
- create_
basic_ account - Creates a basic account with a random key and adds it to the client.
- create_
basic_ faucet - Creates a basic faucet account with a fungible asset.
- create_
exact_ p2id_ note - Creates a public-to-ID (p2id) note for a specified sender and target account.
- create_
library - Creates a Miden library from the provided account code and library path.
- create_
public_ note - Creates a public note in the blockchain.
- create_
tx_ script - Creates a transaction script based on the provided code and optional library.
- delete_
keystore_ and_ store - Deletes the keystore and store files.
- generate_
advice_ stack_ from_ signature - Generates an advice stack from a signature using two polynomials
hands2. - instantiate_
client - Helper to instantiate a
Clientfor interacting with Miden. - mint_
from_ faucet_ for_ account - Mints tokens from a faucet to an account.
- setup_
accounts_ and_ faucets - Sets up a specified number of accounts and faucets, and mints tokens for each account.
- wait_
for_ note - Waits for the exact note to be available and committed.