xrpld
Loading...
Searching...
No Matches
xrpl::MPTAuthorizeArgs Struct Reference

#include <MPTokenAuthorize.h>

Collaboration diagram for xrpl::MPTAuthorizeArgs:

Public Attributes

XRPAmount const & priorBalance
MPTID const & mptIssuanceID
AccountID const & account
std::uint32_t flags {}
std::optional< AccountIDholderID

Detailed Description

Definition at line 7 of file tx/transactors/token/MPTokenAuthorize.h.

Member Data Documentation

◆ priorBalance

XRPAmount const& xrpl::MPTAuthorizeArgs::priorBalance

Definition at line 9 of file tx/transactors/token/MPTokenAuthorize.h.

◆ mptIssuanceID

MPTID const& xrpl::MPTAuthorizeArgs::mptIssuanceID

Definition at line 10 of file tx/transactors/token/MPTokenAuthorize.h.

◆ account

AccountID const& xrpl::MPTAuthorizeArgs::account

Definition at line 11 of file tx/transactors/token/MPTokenAuthorize.h.

◆ flags

std::uint32_t xrpl::MPTAuthorizeArgs::flags {}

Definition at line 12 of file tx/transactors/token/MPTokenAuthorize.h.

◆ holderID

std::optional<AccountID> xrpl::MPTAuthorizeArgs::holderID

Definition at line 13 of file tx/transactors/token/MPTokenAuthorize.h.