Type alias BondInput

BondInput: {
    bonderFee: BigNumberish;
    claimId: string;
    nextHops: HopStructInput[];
    pathId: string;
}

Type declaration

  • bonderFee: BigNumberish
  • claimId: string
  • nextHops: HopStructInput[]
  • pathId: string