Last active
April 20, 2021 05:19
-
-
Save papacarp/df17f3b34b0bc22b11dab21ad63a9998 to your computer and use it in GitHub Desktop.
Cardano Node Ledger State Dump structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-stateBefore | |
-esPrevPp | |
-esAccountState | |
-treasury | |
-reserves | |
-esLState | |
-utxoState | |
-deposited | |
-ppups | |
-utxo | |
-fees | |
-delegationState | |
-pstate | |
-retiring pState | |
-pParams pState | |
-fPParams pState | |
-dstate | |
-rewards | |
-fGenDelegs | |
-ptrs | |
-delegations | |
-irwd | |
-genDelegs | |
-esSnapshots | |
-esPp # protocol parameters | |
-minUTxOValue | |
-eMax | |
-extraEntropy | |
-minFeeB | |
-tau | |
-maxBlockBodySize | |
-maxTxSize | |
-minPoolCost | |
-minFeeA | |
-nOpt | |
-maxBlockHeaderSize | |
-keyDeposit | |
-poolDeposit | |
-protocolVersion | |
-a0 | |
-rho | |
-decentralisationParam | |
-esNonMyopic | |
-possibleRewardUpdate | |
-blocksCurrent | |
-lastEpoch | |
-blocksBefore | |
-stakeDistrib | |
-key | |
-individualPoolStake | |
-numerator | |
-denominator | |
-individualPoolStakeVrf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment