Modules§
- address_
tree_ rollover - assert_
address_ merkle_ tree - assert_
compressed_ tx - assert_
epoch - assert_
merkle_ tree - assert_
queue - assert_
rollover - assert_
token_ tx - e2e_
test_ env - env_
accounts - indexer
- rpc
- spl
- state_
tree_ rollover - system_
program - test_
env - test_
forester
Structs§
- Account
Zero Copy - Address
Merkle Tree Accounts - Address
Merkle Tree Bundle - Epoch
- FeeConfig
- Solana
RpcConnection - Token
Data With Context - Transaction
Params - Tree
Accounts
Enums§
Traits§
Functions§
- airdrop_
lamports - assert_
custom_ error_ or_ program_ error - Asserts that the given
BanksTransactionResultWithMetadata
is an error with a custom error code or a program error. Unfortunately BanksTransactionResultWithMetadata does not reliably expose the custom error code, so we allow program error as well. - assert_
rpc_ error - create_
account_ instruction - create_
rollover_ address_ merkle_ tree_ instructions - create_
rollover_ state_ merkle_ tree_ instructions - get_
concurrent_ merkle_ tree - Fetches the fiven account, then copies and serializes it as a
ConcurrentMerkleTree
. - get_
hash_ ⚠set - Fetches the given account, then copies and serializes it as a
HashSet
. - get_
indexed_ merkle_ tree - Fetches the fiven account, then copies and serializes it as an
IndexedMerkleTree
. - register_
test_ forester - Creates and asserts forester account creation.
- update_
test_ forester