solana_svm

Module account_loader

Source

Structs§

CheckedTransactionDetails
FeesOnlyTransaction
LoadedTransaction
LoadedTransactionAccount
ValidatedTransactionDetails

Enums§

TransactionLoadResult

Functions§

collect_rent_from_account
Collect rent from an account if rent is still enabled and regardless of whether rent is enabled, set the rent epoch to u64::MAX if the account is rent exempt.
validate_fee_payer
Check whether the payer_account is capable of paying the fee. The side effect is to subtract the fee amount from the payer_account balance of lamports. If the payer_acount is not able to pay the fee, the error_metrics is incremented, and a specific error is returned.

Type Aliases§

TransactionCheckResult
TransactionValidationResult