OPNet
    Preparing search index...

    Type Alias GetUserInfo

    GetUserInfo: CallResult<
        { amount: bigint; rewardDebt: bigint },
        OPNetEvent<never>[],
    >

    Represents the result of the getUserInfo function call.