Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Oct 18, 2024
1 parent 4f0ab9c commit 78b19df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/xrpld/rpc/MPTokenIssuanceID.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ namespace ripple {

namespace RPC {

/**
Add a `mpt_issuance_id` field to the `meta` input/output parameter.
The field is only added to successful MPTokenIssuanceCreate transactions.
The mpt_issuance_id is parsed from the sequence and the issuer in the
MPTokenIssuance object.
@{
*/
bool
canHaveMPTokenIssuanceID(
std::shared_ptr<STTx const> const& serializedTx,
Expand Down

0 comments on commit 78b19df

Please sign in to comment.