transactionStorage
BadContext
interface:
transactionStorage.BadContext.issummary: Attempted to call
storeoutside of block execution.
DoubleCheck
interface:
transactionStorage.DoubleCheck.issummary: Double proof check in the block.
EmptyTransaction
interface:
transactionStorage.EmptyTransaction.issummary: Attempting to store empty transaction
InvalidProof
interface:
transactionStorage.InvalidProof.issummary: Proof failed verification.
MissingProof
interface:
transactionStorage.MissingProof.issummary: Missing storage proof.
MissingStateData
interface:
transactionStorage.MissingStateData.issummary: Unable to verify proof because state data is missing.
NotConfigured
interface:
transactionStorage.NotConfigured.issummary: Invalid configuration.
ProofNotChecked
interface:
transactionStorage.ProofNotChecked.issummary: Storage proof was not checked in the block.
RenewedNotFound
interface:
transactionStorage.RenewedNotFound.issummary: Renewed extrinsic is not found.
TooManyTransactions
interface:
transactionStorage.TooManyTransactions.issummary: Too many transactions in the block.
TransactionTooLarge
interface:
transactionStorage.TransactionTooLarge.issummary: Transaction is too large.
UnexpectedProof
interface:
transactionStorage.UnexpectedProof.issummary: Proof was not expected in this block.