Coda by Ian Macalinao
    Preparing search index...
    interface EvtUpdateRewardDurationArgs {
        newRewardDuration: number | bigint;
        oldRewardDuration: number | bigint;
        pool: Address;
        rewardIndex: number;
    }
    Index

    Properties

    newRewardDuration: number | bigint
    oldRewardDuration: number | bigint
    pool: Address
    rewardIndex: number