Crate testsvm_core

Crate testsvm_core 

Source
Expand description

§TestSVM Core

Core implementation of the TestSVM testing framework for Solana programs.

This crate provides the fundamental TestSVM struct that wraps LiteSVM with additional functionality for transaction management, account creation, and enhanced debugging capabilities.

Modules§

prelude
TestSVM Core Prelude

Structs§

AccountRef
A reference to an account on-chain.
AddressBook
Address book for mapping public keys to registered addresses with labels.
TXError
Error type representing a failed transaction with detailed metadata.
TestSVM
Test SVM wrapper for LiteSVM with payer management and Anchor helpers

Type Aliases§

TXResult
A result type that represents the result of a transaction.