GovActionTreasuryWithdrawals
@harmoniclabs/cardano-ledger-ts • Docs
@harmoniclabs/cardano-ledger-ts / GovActionTreasuryWithdrawals
Class: GovActionTreasuryWithdrawals
Implements
IGovActionIGovActionTreasuryWithdrawalsToCborToData
Constructors
new GovActionTreasuryWithdrawals()
new GovActionTreasuryWithdrawals(
__namedParameters):GovActionTreasuryWithdrawals
Parameters
• __namedParameters: IGovActionTreasuryWithdrawals
Returns
Defined in
src/governance/GovAction/GovActionTreasuryWithdrawals.ts:32
Properties
govActionType
readonlygovActionType:TreasuryWithdrawals
Implementation of
Defined in
src/governance/GovAction/GovActionTreasuryWithdrawals.ts:28
policyHash
readonlypolicyHash:undefined|Hash28
Implementation of
IGovActionTreasuryWithdrawals.policyHash
Defined in
src/governance/GovAction/GovActionTreasuryWithdrawals.ts:30
withdrawals
readonlywithdrawals:TxWithdrawals
Implementation of
IGovActionTreasuryWithdrawals.withdrawals
Defined in
src/governance/GovAction/GovActionTreasuryWithdrawals.ts:29
Methods
toCbor()
toCbor():
CborString
Returns
CborString
Implementation of
ToCbor.toCbor
Defined in
src/governance/GovAction/GovActionTreasuryWithdrawals.ts:49
toCborObj()
toCborObj():
CborArray
Returns
CborArray
Implementation of
ToCbor.toCborObj
Defined in
src/governance/GovAction/GovActionTreasuryWithdrawals.ts:53
toData()
toData(
v?):DataConstr
Parameters
• v?: ToDataVersion
Returns
DataConstr
Implementation of
ToData.toData