Enumeration TransactionDecodingError

Enumeration Members

endsWithUnexpectedBytes: "Error decoding transaction: the provided input includes unexpected bytes after the encoded transaction."
input: "Error reading transaction input."
inputs: "Error reading transaction inputs."
lockingBytecodeLength: "Error reading locking bytecode length."
output: "Error reading transaction output."
outputs: "Error reading transaction outputs."
outputsEndWithUnexpectedBytes: "Error decoding transaction outputs: the provided serialization includes unexpected bytes after the encoded transaction outputs."
transaction: "Error reading transaction."

Generated using TypeDoc