- Preparing search index...
- The search index is not available
cardano-sdk
Constructors
constructor
- new VotingProcedure(vote: Vote, anchor?: Anchor): VotingProcedure
-
Properties
Private
#private
#private: any
Methods
anchor
- anchor(): undefined | Anchor
-
Returns undefined | Anchor
setAnchor
- setAnchor(anchor: undefined | Anchor): void
-
Returns void
setVote
- setVote(vote: Vote): void
-
Returns void
toCbor
- toCbor(): HexBlob
-
toCore
- toCore(): VotingProcedure
-
vote
- vote(): Vote
-
Static
fromCbor
- fromCbor(cbor: HexBlob): VotingProcedure
-
Static
fromCore
- fromCore(votingProcedure: VotingProcedure): VotingProcedure
-