RewardsConfigInput: {
    asset: AccountAddress;
    distributionEnd: bigint;
    emissionPerSecond: bigint;
    pullRewardsTransferStrategy: AccountAddress;
    reward: AccountAddress;
    totalSupply: bigint;
}

Represents the input configuration for rewards.

Type declaration

  • asset: AccountAddress
  • distributionEnd: bigint
  • emissionPerSecond: bigint
  • pullRewardsTransferStrategy: AccountAddress
  • reward: AccountAddress
  • totalSupply: bigint