Class SignedTransaction

An interface for objects that can be encoded and decoded to/from msgpack and JSON.

Implements

Constructors

Properties

lsig?: LogicSig

Logic signature

Multisig structure

sgnr?: Address

The signer, if signing with a different key than the Transaction type sender property indicates

sig?: Uint8Array

Transaction signature

The transaction that was signed

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