Interface LivelinessStakeConfiguration

interface LivelinessStakeConfiguration {
    accumulatedRewards: Value;
    administrator: string;
    bondContractAddress: string;
    lastRewardBlockNonce: number;
    maxApr: number;
    rewardsPerBlock: Value;
    rewardsReserve: Value;
    rewardsTokenIdentifier: string;
}

Properties

accumulatedRewards: Value
administrator: string
bondContractAddress: string
lastRewardBlockNonce: number
maxApr: number
rewardsPerBlock: Value
rewardsReserve: Value
rewardsTokenIdentifier: string