A delegate object used filter account_tx by specific delegate accounts.
More...
#include <Types.hpp>
|
| | DelegateFilter (Role role, std::optional< std::string > counterParty=std::nullopt) |
| | Construct a delegate filter.
|
|
|
Role | delegateType |
|
std::optional< std::string > | counterParty |
A delegate object used filter account_tx by specific delegate accounts.
◆ Role
A delegate type used in delegate filter.
| Enumerator |
|---|
| Actor | This account is the active sender, acting on behalf of another party. e.g., Account A in "A sends payment to B on behalf of C."
|
| Authorizer | This account is the passive party whose funds are being moved from. e.g., Account C in "A sends payment to B on behalf of C."
|
◆ DelegateFilter()
| rpc::DelegateFilter::DelegateFilter |
( |
Role | role, |
|
|
std::optional< std::string > | counterParty = std::nullopt ) |
|
inlineexplicit |
Construct a delegate filter.
- Parameters
-
| role | The delegate type to filter by |
| counterParty | The optional counterparty to further narrow the filter by |
The documentation for this struct was generated from the following file: