The transaction failed because the provided script integrity hash doesn't match the computed one. This is crucial for ensuring the integrity of cost models and Plutus version used during script execution. The field 'data.providedScriptIntegrity' correspond to what was given, if any, and 'data.computedScriptIntegrity' is what was expected. If the latter is null, this means you shouldn't have included a script integrity hash to begin with.

Hierarchy

  • SubmitTransactionFailureScriptIntegrityHashMismatch

Index

Properties

Properties

code

code: "3113"

data

data: object

Type declaration

  • computedScriptIntegrity: string
  • providedScriptIntegrity: string

message

message: string