- Preparing search index...
- The search index is not available
cardano-sdk
Properties
Private
#private
#private: any
Methods
anchor
- anchor(): Anchor
-
deposit
- deposit(): bigint
-
Returns bigint
getHardForkInitiationAction
- getHardForkInitiationAction(): undefined | HardForkInitiationAction
-
getInfoAction
- getInfoAction(): undefined | InfoAction
-
getNewConstitution
- getNewConstitution(): undefined | NewConstitution
-
getNoConfidence
- getNoConfidence(): undefined | NoConfidence
-
getParameterChangeAction
- getParameterChangeAction(): undefined | ParameterChangeAction
-
getTreasuryWithdrawalsAction
- getTreasuryWithdrawalsAction(): undefined | TreasuryWithdrawalsAction
-
getUpdateCommittee
- getUpdateCommittee(): undefined | UpdateCommittee
-
kind
- kind(): GovernanceActionKind
-
rewardAccount
- rewardAccount(): RewardAccount
-
toCbor
- toCbor(): HexBlob
-
toCore
- toCore(): ProposalProcedure
-
Static
fromCbor
- fromCbor(cbor: HexBlob): ProposalProcedure
-
Static
fromCore
- fromCore(proposalProcedure: ProposalProcedure): ProposalProcedure
-
Static
newHardForkInitiationAction
Static
newNewConstitution
Static
newParameterChangeAction
Static
newTreasuryWithdrawalsAction
Static
newUpdateCommittee