package
1.0.0
Repository: https://github.com/onflow/flow-emulator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewTransactionInvalidHashAlgo creates debug details for transactions with invalid hashing algorithm.
NewTransactionInvalidSignature creates more debug details for transactions with invalid signature.

# Structs

An AccountNotFoundError indicates that an account could not be found.
A BlockNotFoundByHeightError indicates that a block could not be found at the specified height.
A BlockNotFoundByIDError indicates that a block with the specified ID could not be found.
A CollectionNotFoundError indicates that a collection could not be found.
A DuplicateTransactionError indicates that a transaction has already been submitted.
An ExecutionError occurs when a transaction fails to execute.
ExpiredTransactionError indicates that a transaction has expired.
No description provided by the author
IncompleteTransactionError indicates that a transaction is missing one or more required fields.
No description provided by the author
No description provided by the author
An InvalidStateVersionError indicates that a state version hash provided is invalid.
InvalidTransactionGasLimitError indicates that a transaction specifies a gas limit that exceeds the maximum.
InvalidTransactionScriptError indicates that a transaction contains an invalid Cadence script.
A PendingBlockCommitBeforeExecutionError indicates that the current pending block has not been executed (cannot commit).
A PendingBlockMidExecutionError indicates that the current pending block is mid-execution.
A PendingBlockTransactionsExhaustedError indicates that the current pending block has finished executing (no more transactions to execute).
A ScriptResult is the result of executing a script.
No description provided by the author
A StorageError indicates that an error occurred in the storage provider.
A TransactionNotFoundError indicates that a transaction could not be found.
A TransactionResult is the result of executing a transaction.
TransactionResultDebug provides details about unsuccessful transaction execution.

# Interfaces

A BlockNotFoundError indicates that a block could not be found.
A NotFoundError indicates that an entity could not be found.
A TransactionValidationError indicates that a submitted transaction is invalid.