Skip to content

Commit

Permalink
include mintingAssestStatements (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando committed Sep 12, 2023
1 parent ee5641b commit 007e03f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/brambl/models/transaction/io_transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'brambl/models/datum.proto';
import 'brambl/models/identifier.proto';
import 'brambl/models/transaction/spent_transaction_output.proto';
import 'brambl/models/transaction/unspent_transaction_output.proto';
import 'brambl/models/box/assets_statements.proto';

// defines a transaction
message IoTransaction {
Expand All @@ -24,4 +25,6 @@ message IoTransaction {
repeated co.topl.brambl.models.Datum.GroupPolicy groupPolicies = 5;
// 0-to-many list of seriesPolicy
repeated co.topl.brambl.models.Datum.SeriesPolicy seriesPolicies = 6;
// 0-to-many list of minting asset statements
repeated co.topl.brambl.models.box.AssetMintingStatement mintingStatements = 7;
}

0 comments on commit 007e03f

Please sign in to comment.