File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ and we follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
7
7
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
8
8
9
- - [[ Unreleased ]] ( #unreleased )
9
+ - [ v2.0.0 ] ( #v200 )
10
10
- [ Added] ( #added )
11
11
12
12
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
13
13
14
- ## [ Unreleased ]
14
+ ## v2.0.0
15
15
16
16
### Added
17
17
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ data TransactionBuilderStep
19
19
| MintAsset ScriptHash AssetName Int.Int CredentialWitness
20
20
| IssueCertificate Certificate (Maybe CredentialWitness)
21
21
| WithdrawRewards StakeCredential Coin (Maybe CredentialWitness)
22
+ | SubmitProposal VotingProposal (Maybe CredentialWitness)
23
+ | SubmitVotingProcedure Voter (Map GovernanceActionId VotingProcedure)
24
+ (Maybe CredentialWitness)
22
25
23
26
data OutputWitness
24
27
= NativeScriptOutput (ScriptWitness NativeScript)
You can’t perform that action at this time.
0 commit comments