Type alias TreasuryWithdrawalsAction

TreasuryWithdrawalsAction: {
    action: {
        policyHash: Buffer | null;
        withdrawals: Withdrawal[];
    };
    type: TREASURY_WITHDRAW_ACTION;
}

Type declaration