Type alias GetAmountOutInput

GetAmountOutInput: {
    amount: BigNumberish;
    attestedClaimId: string;
    pathId: string;
    sourcePool: BigNumberish;
}

Type declaration

  • amount: BigNumberish
  • attestedClaimId: string
  • pathId: string
  • sourcePool: BigNumberish