Crate light_test_utils
source ·Modules§
Structs§
Functions§
- Asserts that the given
BanksTransactionResultWithMetadatais 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. - Fetches the fiven account, then copies and serializes it as a
ConcurrentMerkleTree. - Fetches the given account, then copies and serializes it as a
HashSet. - Fetches the fiven account, then copies and serializes it as an
IndexedMerkleTree.