The transaction exceeds the maximum size allowed by the protocol. Indeed, once serialized, transactions must be under a bytes limit specified by a protocol parameter. The field 'data.measuredTransactionSize' indicates the actual measured size of your serialized transaction, whereas 'data.maximumTransactionSize' indicates the current maximum size enforced by the ledger.

Hierarchy

  • SubmitTransactionFailureTransactionTooLarge

Index

Properties

Properties

code

code: "3119"

data

data: object

Type declaration

  • maximumTransactionSize: object
    • bytes: number
  • measuredTransactionSize: object
    • bytes: number

message

message: string