GovActionParameterChange
@harmoniclabs/cardano-ledger-ts • Docs
@harmoniclabs/cardano-ledger-ts / GovActionParameterChange
Class: GovActionParameterChange
Implements
IGovActionIGovActionParameterChangeToCborToData
Constructors
new GovActionParameterChange()
new GovActionParameterChange(
__namedParameters):GovActionParameterChange
Parameters
• __namedParameters: IGovActionParameterChange
Returns
Defined in
src/governance/GovAction/GovActionParameterChange.ts:36
Properties
govActionId
readonlygovActionId:undefined|TxOutRef
Implementation of
IGovActionParameterChange.govActionId
Defined in
src/governance/GovAction/GovActionParameterChange.ts:32
govActionType
readonlygovActionType:ParameterChange
Implementation of
Defined in
src/governance/GovAction/GovActionParameterChange.ts:31
policyHash
readonlypolicyHash:undefined|Hash28
Implementation of
IGovActionParameterChange.policyHash
Defined in
src/governance/GovAction/GovActionParameterChange.ts:34
protocolParamsUpdate
readonlyprotocolParamsUpdate: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