GovActionUpdateCommittee
@harmoniclabs/cardano-ledger-ts • Docs
@harmoniclabs/cardano-ledger-ts / GovActionUpdateCommittee
Class: GovActionUpdateCommittee
Implements
IGovAction
IGovActionUpdateCommittee
ToCbor
ToData
Constructors
new GovActionUpdateCommittee()
new GovActionUpdateCommittee(
__namedParameters
):GovActionUpdateCommittee
Parameters
• __namedParameters: IGovActionUpdateCommittee
Returns
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:64
Properties
govActionId
readonly
govActionId:undefined
|TxOutRef
Implementation of
IGovActionUpdateCommittee
.govActionId
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:59
govActionType
readonly
govActionType:UpdateCommittee
Implementation of
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:58
threshold
readonly
threshold:CborPositiveRational
Implementation of
IGovActionUpdateCommittee
.threshold
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:62
toAdd
readonly
toAdd:INewCommitteeEntryBI
[]
Implementation of
IGovActionUpdateCommittee
.toAdd
Defined in
src/governance/GovAction/GovAcitonUpdateCommittee.ts:61
toRemove
readonly
toRemove: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