We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f398005 commit 3def7b7Copy full SHA for 3def7b7
rust/src/witness_builder.rs
@@ -145,7 +145,9 @@ pub struct TransactionWitnessSetBuilder {
145
plutus_data: HashMap<DataHash, PlutusData>,
146
redeemers: HashMap<RedeemerWitnessKey, Redeemer>,
147
148
- // witnesses that need to be added for the build function to succeed
+ /// witnesses that need to be added for the build function to succeed
149
+ /// this allows checking that witnesses are present at build time (instead of when submitting to a node)
150
+ /// This is useful for APIs that can keep track of which witnesses will be required (like transaction builders)
151
required_wits: RequiredWitnessSet,
152
}
153
0 commit comments