GovActionParameterChange
@harmoniclabs/cardano-ledger-ts • Docs
@harmoniclabs/cardano-ledger-ts / GovActionParameterChange
Class: GovActionParameterChange
Implements
IGovAction
IGovActionParameterChange
ToCbor
ToData
Constructors
new GovActionParameterChange()
new GovActionParameterChange(
__namedParameters
):GovActionParameterChange
Parameters
• __namedParameters: IGovActionParameterChange
Returns
Defined in
src/governance/GovAction/GovActionParameterChange.ts:36
Properties
govActionId
readonly
govActionId:undefined
|TxOutRef
Implementation of
IGovActionParameterChange
.govActionId
Defined in
src/governance/GovAction/GovActionParameterChange.ts:32
govActionType
readonly
govActionType:ParameterChange
Implementation of
Defined in
src/governance/GovAction/GovActionParameterChange.ts:31
policyHash
readonly
policyHash:undefined
|Hash28
Implementation of
IGovActionParameterChange
.policyHash
Defined in
src/governance/GovAction/GovActionParameterChange.ts:34
protocolParamsUpdate
readonly
protocolParamsUpdate:Partial
<ProtocolParameters
>
Implementation of
IGovActionParameterChange
.protocolParamsUpdate
Defined in
src/governance/GovAction/GovActionParameterChange.ts:33
Methods
toCbor()
toCbor():
CborString
Returns
CborString
Implementation of
ToCbor.toCbor
Defined in
src/governance/GovAction/GovActionParameterChange.ts:48
toCborObj()
toCborObj():
CborArray
Returns
CborArray
Implementation of
ToCbor.toCborObj
Defined in
src/governance/GovAction/GovActionParameterChange.ts:52
toData()
toData(
v
?):DataConstr
Parameters
• v?: ToDataVersion
Returns
DataConstr
Implementation of
ToData.toData