Type alias WithdrawClaimInput

WithdrawClaimInput: {
    claimId: string;
    nextHops: HopStructInput[];
    pathId: string;
}

Type declaration