GetWithdrawalByIdResponse: {
    block?: BlockHeader;
    payouts: PayoutHeader[];
    status: TxStatus;
    withdrawalId: WithdrawalId;
}

Type declaration