Class SignedTxnInBlock

SignedTxnInBlock is how a signed transaction is encoded in a block.

Implements

Constructors

Properties

hasGenesisHash: boolean
hasGenesisID: boolean
signedTxn: SignedTxnWithAD
encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc