Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignerListSet

The SignerListSet transaction creates, replaces, or removes a list of signers that can be used to multi-sign a transaction.

Hierarchy

  • BaseTransaction
    • SignerListSet

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Optional Fee

Fee: string

Optional Flags

Flags: number | GlobalFlags

Optional LastLedgerSequence

LastLedgerSequence: number

Optional Memos

Memos: { Memo: Memo }[]

Optional Sequence

Sequence: number

SignerEntries

SignerEntries: SignerEntry[]

Array of SignerEntry objects, indicating the addresses and weights of signers in this list. This signer list must have at least 1 member and no more than 8 members. No address may appear more than once in the list, nor. may the Account submitting the transaction appear in the list.

SignerQuorum

SignerQuorum: number

A target number for the signer weights. A multi-signature from this list is valid only if the sum weights of the signatures provided is greater than. or equal to this value. To delete a signer list, use the value 0.

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "SignerListSet"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc