Type alias TreasuryWithdrawalsAction

TreasuryWithdrawalsAction: {
    __typename: treasury_withdrawals_action;
    policyHash: Hash28ByteBase16 | null;
    withdrawals: Set<{
        coin: Cardano.Lovelace;
        rewardAccount: Cardano.RewardAccount;
    }>;
}

Type declaration

Generated using TypeDoc