GovActionUpdateCommittee
@harmoniclabs/cardano-ledger-ts • Docs
@harmoniclabs/cardano-ledger-ts / GovActionUpdateCommittee
Class: GovActionUpdateCommittee
Implements
IGovActionIGovActionUpdateCommitteeToCborToData
Constructors
new GovActionUpdateCommittee()
new GovActionUpdateCommittee(
__namedParameters):GovActionUpdateCommittee
Parameters
• __namedParameters: IGovActionUpdateCommittee
Returns
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:64
Properties
govActionId
readonlygovActionId:undefined|TxOutRef
Implementation of
IGovActionUpdateCommittee.govActionId
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:59
govActionType
readonlygovActionType:UpdateCommittee
Implementation of
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:58
threshold
readonlythreshold:CborPositiveRational
Implementation of
IGovActionUpdateCommittee.threshold
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:62
toAdd
readonlytoAdd:INewCommitteeEntryBI[]
Implementation of
IGovActionUpdateCommittee.toAdd
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:61
toRemove
readonlytoRemove:Credential<CredentialType>[]
Implementation of
IGovActionUpdateCommittee.toRemove
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:60
Methods
toCbor()
toCbor():
CborString
Returns
CborString
Implementation of
ToCbor.toCbor
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:80
toCborObj()
toCborObj():
CborArray
Returns
CborArray
Implementation of
ToCbor.toCborObj
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:84
toData()
toData(
v?):DataConstr
Parameters
• v?: ToDataVersion
Returns
DataConstr
Implementation of
ToData.toData