GovActionInitHardFork
@harmoniclabs/cardano-ledger-ts • Docs
@harmoniclabs/cardano-ledger-ts / GovActionInitHardFork
Class: GovActionInitHardFork
Implements
IGovAction
IGovActionInitHardFork
ToCbor
ToData
Constructors
new GovActionInitHardFork()
new GovActionInitHardFork(
__namedParameters
):GovActionInitHardFork
Parameters
• __namedParameters: IGovActionInitHardFork
Returns
Defined in
src/governance/GovAction/GovActionInitHardFork.ts:34
Properties
govActionId
readonly
govActionId:undefined
|TxOutRef
Implementation of
IGovActionInitHardFork
.govActionId
Defined in
src/governance/GovAction/GovActionInitHardFork.ts:31
govActionType
readonly
govActionType:InitHardFork
Implementation of
Defined in
src/governance/GovAction/GovActionInitHardFork.ts:30
protocolVersion
readonly
protocolVersion:IProtocolVerisionObj
Implementation of
IGovActionInitHardFork
.protocolVersion
Defined in
src/governance/GovAction/GovActionInitHardFork.ts:32
Methods
toCbor()
toCbor():
CborString
Returns
CborString
Implementation of
ToCbor.toCbor
Defined in
src/governance/GovAction/GovActionInitHardFork.ts:45
toCborObj()
toCborObj():
CborArray
Returns
CborArray
Implementation of
ToCbor.toCborObj
Defined in
src/governance/GovAction/GovActionInitHardFork.ts:49
toData()
toData(
v
?):DataConstr
Parameters
• v?: ToDataVersion
Returns
DataConstr
Implementation of
ToData.toData