[−][src]Module solana_runtime::runtime
Enums
RuntimeError | Reasons the runtime might have rejected a transaction. |
Functions
execute_transaction | Execute a transaction. This method calls each instruction in the transaction over the set of loaded Accounts The accounts are committed back to the bank only if every instruction succeeds |
has_duplicates | Return true if the slice has any duplicate elements |
process_transaction | A utility function for unit-tests. Same as execute_transaction(), but bypasses the loaders for easier usage and better stack traces. |