Type alias GetTransferDataHashInput

GetTransferDataHashInput: {
    amount: BigNumberish;
    attestedClaimId?: string;
    hops: HopStructInput[];
    maxBonderFee?: BigNumberish;
    sourcePool: BigNumberish;
    to: string;
}

Type declaration

  • amount: BigNumberish
  • Optional attestedClaimId?: string
  • hops: HopStructInput[]
  • Optional maxBonderFee?: BigNumberish
  • sourcePool: BigNumberish
  • to: string