Type alias PushClaimAndWithdrawInput

PushClaimAndWithdrawInput: {
    amountOut: BigNumberish;
    attestedClaimId: string;
    claimId: string;
    maxBonderFee: BigNumberish;
    nextHops: HopStructInput[];
    pathId: string;
    sourcePool: BigNumberish;
    to: string;
}

Type declaration

  • amountOut: BigNumberish
  • attestedClaimId: string
  • claimId: string
  • maxBonderFee: BigNumberish
  • nextHops: HopStructInput[]
  • pathId: string
  • sourcePool: BigNumberish
  • to: string