GovActionNoConfidence
@harmoniclabs/cardano-ledger-ts • Docs
@harmoniclabs/cardano-ledger-ts / GovActionNoConfidence
Class: GovActionNoConfidence
Implements
IGovAction
IGovActionNoConfidence
ToCbor
ToData
Constructors
new GovActionNoConfidence()
new GovActionNoConfidence(
__namedParameters
):GovActionNoConfidence
Parameters
• __namedParameters: IGovActionNoConfidence
Returns
Defined in
src/governance/GovAction/GovActionNoConfidence.ts:28
Properties
govActionId
readonly
govActionId:undefined
|TxOutRef
Implementation of
IGovActionNoConfidence
.govActionId
Defined in
src/governance/GovAction/GovActionNoConfidence.ts:26
govActionType
readonly
govActionType:NoConfidence
Implementation of
Defined in
src/governance/GovAction/GovActionNoConfidence.ts:25
Methods
toCbor()
toCbor():
CborString
Returns
CborString
Implementation of
ToCbor.toCbor
Defined in
src/governance/GovAction/GovActionNoConfidence.ts:38
toCborObj()
toCborObj():
CborArray
Returns
CborArray
Implementation of
ToCbor.toCborObj
Defined in
src/governance/GovAction/GovActionNoConfidence.ts:42
toData()
toData(
v
?):DataConstr
Parameters
• v?: ToDataVersion
Returns
DataConstr
Implementation of
ToData.toData