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

Method PreExecuteContractBatch

core/store/store.go:70–70  ·  view source on GitHub ↗
(txes []*types.Transaction, atomic bool)

Source from the content-addressed store, hash-verified

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)
71 GetEventNotifyByTx(tx common.Uint256) (*event.ExecuteNotify, error)
72 GetEventNotifyByBlock(height uint32) ([]*event.ExecuteNotify, error)
73}

Callers 3

GetContractBalanceFunction · 0.65
PreExecuteContractBatchFunction · 0.65

Implementers 1

LedgerStoreImpcore/store/ledgerstore/ledger_store.go

Calls

no outgoing calls

Tested by

no test coverage detected