OPNet
    Preparing search index...

    Type Alias PoolUpdatedEvent

    type PoolUpdatedEvent = {
        accMotoPerShare: bigint;
        lastRewardBlock: bigint;
        lpSupply: bigint;
        poolId: number;
    }
    Index

    Properties

    accMotoPerShare: bigint
    lastRewardBlock: bigint
    lpSupply: bigint
    poolId: number