MCPcopy Create free account
hub / github.com/DNAProject/DNA / GetBookkeeperState

Method GetBookkeeperState

core/store/store.go:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 GetMerkleProof(m, n uint32) ([]common.Uint256, error)
66 GetContractState(contractHash common.Address) (*payload.DeployCode, error)
67 GetBookkeeperState() (*states.BookkeeperState, error)
68 GetStorageItem(key *states.StorageKey) (*states.StorageItem, error)
69 PreExecuteContract(tx *types.Transaction) (*cstates.PreExecResult, error)
70 PreExecuteContractBatch(txes []*types.Transaction, atomic bool) ([]*cstates.PreExecResult, uint32, error)

Callers 2

GetBookkeeperStateMethod · 0.65
GetBookkeeperStateMethod · 0.65

Implementers 1

LedgerStoreImpcore/store/ledgerstore/ledger_store.go

Calls

no outgoing calls

Tested by

no test coverage detected