Documentation ¶
Overview ¶
Package participants contains functions to derive a set of "participant" addresses for various data structures in the Stellar network's ledger.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForOperation ¶
ForOperation returns all the participating accounts from the provided operation.
func ForTransaction ¶
func ForTransaction( tx *xdr.Transaction, meta *xdr.TransactionMeta, feeMeta *xdr.LedgerEntryChanges, ) (result []xdr.AccountId, err error)
ForTransaction returns all the participating accounts from the provided transaction.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.