Type alias RailsPathSendInput

RailsPathSendInput: {
    amount: BigNumberish;
    fee: BigNumberish;
    hops: HopStructInput[];
    to: string;
}

Type declaration

  • amount: BigNumberish
  • fee: BigNumberish
  • hops: HopStructInput[]
  • to: string