Type Alias RewardsConfigInput
RewardsConfigInput: {
asset: AccountAddress;
distributionEnd: bigint;
emissionPerSecond: bigint;
pullRewardsTransferStrategy: AccountAddress;
reward: AccountAddress;
totalSupply: bigint;
}
Type declaration
asset: AccountAddress
distributionEnd: bigint
emissionPerSecond: bigint
pullRewardsTransferStrategy: AccountAddress
reward: AccountAddress
totalSupply: bigint
Represents the input configuration for rewards.