Blockflow Docs
CtrlK
Console
Console
  • Welcome to BlockFlow!
    • ๐Ÿ‘‹Introduction
    • ๐Ÿช„The Difference
    • โœŠOur motivation
  • Overview
    • ๐Ÿ’กWhat we do
    • ๐Ÿ“ชDatabases
    • ๐Ÿš„Instances
    • โœˆ๏ธAPIs
    • ใŠ™๏ธSecret Manager
  • Guides
    • ๐Ÿ“ชCreating a Database
      • ๐Ÿ–Š๏ธWorking with Managed Database
    • ๐Ÿš„Creating an Instance
      • ๐Ÿ–Š๏ธDefining Actions in Blockflow Instances
    • โœˆ๏ธCreating an API
      • ๐Ÿ–Š๏ธHow to write API logics
      • ๐Ÿ–Š๏ธHow to get API Key
      • ๐Ÿ–Š๏ธCalling APIs on Blockflow
      • ๐Ÿ–Š๏ธHow to Test APIs
    • ใŠ™๏ธStoring Secrets
  • Use Cases
    • Lido Finance
      • Databases
        • LidoSubmission
        • LidoTransfer
        • SharesBurn
        • LidoApproval
        • CurrentFee
        • LidoConfig
        • LidoTotals
        • LidoStats
        • LidoHolder
        • LidoShares
        • LidoOracleConfig
        • LidoOracleReport
        • LidoOracleCompleted
        • LidoOracleMember
        • LidoNodeOperatorFees
        • LidoNodeOperatorsShares
        • LidoBeaconReport
        • LidoOracleExpectedEpoch
        • LidoTotalReward
      • Contracts
        • Lido
        • Lido Legacy Oracle
  • Pricing
    • Blockflow Pricing Structure
Powered by GitBook
On this page
  1. Use Cases
  2. Lido Finance
  3. Databases

LidoNodeOperatorsShares

This table stores the number of Lido shares allocated to each node operator, based on the total reward amount.

Schema

Data Fields
Description

id

A unique identifier

total_reward

The total reward amount from which the node operator shares are calculated.

address

The address of the node operator.

shares

The address of the node operator.

PreviousLidoNodeOperatorFeesNextLidoBeaconReport