Type alias GetWithdrawableBalanceInput

GetWithdrawableBalanceInput: {
    claimId: string;
    pathId: string;
    recipient: string;
}

Type declaration

  • claimId: string
  • pathId: string
  • recipient: string