Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Transaction<MetaType, ExtraType>

Type parameters

  • MetaType

  • ExtraType

Hierarchy

  • Transaction

Index

Properties

ExtraData

ExtraData: ExtraType

PublicKey

PublicKey: string

Signature

Signature: { R: number; S: number }

Transaction's ECDSA signature

Type declaration

  • R: number
  • S: number

TxInputs

TxInputs: { Index: number; TxID: number[] }[]

TxOutputs

TxOutputs: { AmountNanos: number; PublicKey: string }[]

TxnMeta

TxnMeta: MetaType

Metadata about the transaction operation. Most strings are base64 encoded.

TxnTypeJSON

TxnTypeJSON: number

Generated using TypeDoc