Skip to main content

GovActionTreasuryWithdrawals

@harmoniclabs/cardano-ledger-tsDocs


@harmoniclabs/cardano-ledger-ts / GovActionTreasuryWithdrawals

Class: GovActionTreasuryWithdrawals

Implements

Constructors

new GovActionTreasuryWithdrawals()

new GovActionTreasuryWithdrawals(__namedParameters): GovActionTreasuryWithdrawals

Parameters

__namedParameters: IGovActionTreasuryWithdrawals

Returns

GovActionTreasuryWithdrawals

Defined in

src/governance/GovAction/GovActionTreasuryWithdrawals.ts:32

Properties

govActionType

readonly govActionType: TreasuryWithdrawals

Implementation of

IGovAction.govActionType

Defined in

src/governance/GovAction/GovActionTreasuryWithdrawals.ts:28


policyHash

readonly policyHash: undefined | Hash28

Implementation of

IGovActionTreasuryWithdrawals.policyHash

Defined in

src/governance/GovAction/GovActionTreasuryWithdrawals.ts:30


withdrawals

readonly withdrawals: 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

Defined in

src/governance/GovAction/GovActionTreasuryWithdrawals.ts:62