Skip to content

Commit

Permalink
Merge pull request #112 from TheWaWaR/fix-op-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky authored Dec 16, 2023
2 parents 723a558 + d428466 commit f560515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/interface/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ pub struct OperationBuilder<Seal: ExposedSeal> {
asset_tags: TinyOrdMap<AssignmentType, AssetTag>,

global: GlobalState,
// rights: TinyOrdMap<AssignmentType, Confined<HashSet<BuilderSeal<Seal>>, 1, U8>>,
// rights: TinyOrdMap<AssignmentType, Confined<HashSet<BuilderSeal<Seal>>, 1, U16>>,
fungible:
TinyOrdMap<AssignmentType, Confined<HashMap<BuilderSeal<Seal>, RevealedValue>, 1, U8>>,
data: TinyOrdMap<AssignmentType, Confined<HashMap<BuilderSeal<Seal>, RevealedData>, 1, U8>>,
TinyOrdMap<AssignmentType, Confined<HashMap<BuilderSeal<Seal>, RevealedValue>, 1, U16>>,
data: TinyOrdMap<AssignmentType, Confined<HashMap<BuilderSeal<Seal>, RevealedData>, 1, U16>>,
// TODO: add attachments
// TODO: add valencies
}
Expand Down

0 comments on commit f560515

Please sign in to comment.