There's a mismatch between the provided metadata hash digest and the one computed from the actual metadata. The two must match exactly. The field 'data.provided.hash' references the provided hash as found in the transaction body, whereas 'data.computed.hash' contains the one the ledger computed from the actual metadata.

Hierarchy

  • SubmitTransactionFailureMetadataHashMismatch

Index

Properties

Properties

code

code: "3107"

data

data: object

Type declaration

  • computed: object
    • hash: string
  • provided: object
    • hash: string

message

message: string