Type alias RailsPathBondInput

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

Type declaration

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