Private
#anchorPrivate
#depositPrivate
#hardPrivate
#infoPrivate
#kindPrivate
#newPrivate
#noPrivate
#originalPrivate
#parameterPrivate
#rewardPrivate
#treasuryPrivate
#updateGets the proposal procedure anchor.
the anchor.
Retrieves the HardForkInitiationAction associated with this ProposalProcedure, if present.
The HardForkInitiationAction or undefined if not present.
Retrieves the InfoAction associated with this ProposalProcedure, if present.
The InfoAction or undefined if not present.
Retrieves the NewConstitution associated with this ProposalProcedure, if present.
The NewConstitution or undefined if not present.
Retrieves the NoConfidence state associated with this ProposalProcedure, if present.
The NoConfidence state or undefined if not present.
Retrieves the ParameterChangeAction associated with this ProposalProcedure, if present.
The ParameterChangeAction or undefined if not present.
Retrieves the TreasuryWithdrawalsAction associated with this ProposalProcedure, if present.
The TreasuryWithdrawalsAction or undefined if not present.
Retrieves the UpdateCommittee state associated with this ProposalProcedure, if present.
The UpdateCommittee state or undefined if not present.
Gets the proposal procedure action kind.
the action kind.
Gets the proposal procedure reward account.
the reward account.
Creates a Core ProposalProcedure object from the current ProposalProcedure object.
The Core ProposalProcedure object.
Static
fromDeserializes the ProposalProcedure from a CBOR byte array.
The new ProposalProcedure instance.
The CBOR encoded ProposalProcedure object.
Static
fromCreates a ProposalProcedure object from the given Core ProposalProcedure object.
The core ProposalProcedure object.
Static
newFactory method to create a new instance of ProposalProcedure with a HardForkInitiation action.
A new instance of ProposalProcedure.
The deposit amount.
The reward account associated.
he anchor for the procedure.
The hard fork initiation action.
Static
newFactory method to create a new instance of ProposalProcedure with a InfoAction action.
A new instance of ProposalProcedure.
The deposit amount.
The reward account associated.
he anchor for the procedure.
The info action.
Static
newFactory method to create a new instance of ProposalProcedure with a NewConstitution action.
A new instance of ProposalProcedure.
The deposit amount.
The reward account associated.
he anchor for the procedure.
The new constitution action.
Static
newFactory method to create a new instance of ProposalProcedure with a NoConfidence action.
A new instance of ProposalProcedure.
The deposit amount.
The reward account associated.
he anchor for the procedure.
The no confidence action.
Static
newFactory method to create a new instance of ProposalProcedure with a ParameterChange action.
A new instance of ProposalProcedure.
The deposit amount.
The reward account associated.
The anchor for the procedure.
The parameter change action.
Static
newFactory method to create a new instance of ProposalProcedure with a TreasuryWithdrawals action.
A new instance of ProposalProcedure.
The deposit amount.
The reward account associated.
he anchor for the procedure.
The treasury withdrawals action.
Static
newFactory method to create a new instance of ProposalProcedure with a UpdateCommittee action.
A new instance of ProposalProcedure.
The deposit amount.
The reward account associated.
he anchor for the procedure.
The update committee action.
Generated using TypeDoc
Governance proposal procedure for the Cardano blockchain, it supports various types of governance actions.