Type alias StakeHopInput

StakeHopInput: {
    amount: BigNumberish;
    staker: string;
}

Type declaration

  • amount: BigNumberish
  • staker: string