Type alias RailsPathWithdrawClaimInput

RailsPathWithdrawClaimInput: {
    claimId: string;
    nextHops: HopStructInput[];
}

Type declaration

  • claimId: string
  • nextHops: HopStructInput[]