Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignedTransaction<T>

A signable transaction knows how to serialize itself and how to store signatures

Type parameters

Hierarchy

Index

Properties

otherSignatures

otherSignatures: keyof FullSignature[]

signatures can be appended as this is signed

primarySignature

primarySignature: FullSignature

transaction

transaction: T

The transaction content

Generated using TypeDoc