MCPcopy Create free account

hub / github.com/DNAProject/DNA / types & classes

Types & classes552 in github.com/DNAProject/DNA

↓ 16 callersTypeAliasUint256
common/uint256.go:37
↓ 7 callersTypeAliasFixed64
the 64 bit fixed-point number, precise 10^-8
common/fixed64.go:31
↓ 6 callersTypeAliasOpCode
vm/neovm/opcode.go:24
↓ 4 callersTypeAliasTimerEventType
consensus/vbft/event_timer.go:34
↓ 4 callersFuncTypehandler
func(map[string]interface{}) map[string]interface{}
http/restful/restful/server.go:44
↓ 2 callersTypeAliasBookkeeperAction
core/payload/bookkeeper.go:34
↓ 2 callersTypeAliasConsensusMessageType
consensus/dbft/consensus_message_type.go:24
↓ 2 callersTypeAliasVmType
core/payload/deploy_code.go:32
↓ 2 callersTypeAliasbyCategory
byCategory sorts flagGroup by Name in in the order of AppHelpFlagGroups.
cmd/usage.go:274
↓ 1 callersTypeAliasAddress
common/address.go:37
↓ 1 callersTypeAliasI128
little endian u128
common/int128.go:34
↓ 1 callersTypeAliasNgbNodeInfoSlice
http/nodeinfo/ngbnodeinfo.go:36
↓ 1 callersTypeAliasOrderByNetWorkFee
txnpool/common/txnpool_common.go:251
↓ 1 callersTypeAliasStatus
smartcontract/service/native/governance/states.go:34
↓ 1 callersTypeAliasTransactionAttributeUsage
core/types/transaction_attribute.go:32
↓ 1 callersTypeAliasTransactionType
core/types/transaction.go:298
↓ 1 callersTypeAliasU128
common/int128.go:33
StructAbiMgr
cmd/abi/abi_mgr.go:34
StructAccount
* crypto object */
account/account.go:33
StructAccountData
** AccountData - for wallet read and save, no crypto object included **/
account/file_store.go:36
StructAccountMetadata
AccountMetadata all account info without private key
account/account.go:100
StructAction
http/restful/restful/server.go:45
StructActorPublisher
events/actor_event.go:63
StructActorSubscriber
events/actor_event.go:82
TypeAliasActorType
ActorType enumerates the kind of actor
txnpool/common/txnpool_common.go:46
StructAddr
p2pserver/message/types/address.go:31
StructAddrReq
p2pserver/message/types/address_req.go:29
StructAmountMap
http/base/common/common.go:93
InterfaceApiServer
http/base/rest/interfaces.go:39
StructAppendBlock
p2pserver/common/p2p_common.go:153
StructAppendHeaders
p2pserver/common/p2p_common.go:148
StructAppendPeerID
p2pserver/common/p2p_common.go:140
StructApproveCandidateParam
smartcontract/service/native/governance/param.go:131
StructArrayValue
vm/neovm/types/array_value.go:29
StructAuthToken
smartcontract/service/native/auth/state.go:82
StructAuthorizeForPeerParam
smartcontract/service/native/governance/param.go:210
StructAuthorizeInfo
smartcontract/service/native/governance/states.go:177
StructBalanceOfRsp
http/base/common/common.go:49
StructBestBlock
validator/db/best_block.go:29
InterfaceBestStateProvider
validator/db/best_block.go:34
StructBftAction
consensus/vbft/service.go:71
TypeAliasBftActionType
consensus/vbft/service.go:53
TypeAliasBigIntSorter
vm/neovm/common.go:28
StructBlackListItem
smartcontract/service/native/governance/states.go:49
StructBlackNodeParam
smartcontract/service/native/governance/param.go:165
StructBlkHeader
p2pserver/message/types/block_header.go:33
StructBlock
p2pserver/message/types/block.go:32
StructBlock
core/types/block.go:31
StructBlock
consensus/vbft/types.go:34
StructBlockCache
p2pserver/block_sync.go:254
StructBlockCache
BlockCache with block cache and transaction hash
core/store/ledgerstore/block_cache.go:44
StructBlockCompleted
consensus/actor/message.go:31
StructBlockConsensusComplete
events/message/message.go:49
StructBlockFetchRespMsg
consensus/vbft/msg_types.go:321
TypeAliasBlockFromPeers
consensus/vbft/node_sync.go:67
StructBlockHead
http/base/common/common.go:122
StructBlockInfo
http/base/common/common.go:139
StructBlockInfo
BlockInfo is used for saving block information in cache
p2pserver/block_sync.go:220
StructBlockInfoFetchMsg
consensus/vbft/msg_types.go:253
StructBlockInfoFetchRespMsg
to fetch committed block from neighbours
consensus/vbft/msg_types.go:280
StructBlockInfo_
consensus/vbft/msg_types.go:273
TypeAliasBlockList
consensus/vbft/block_pool.go:37
StructBlockMsgFromPeer
consensus/vbft/node_sync.go:62
StructBlockParticipantConfig
consensus/vbft/service.go:78
StructBlockPool
consensus/vbft/block_pool.go:71
StructBlockSignatures
consensus/dbft/block_signatures.go:30
StructBlockStore
Block store save the data of block & transaction
core/store/ledgerstore/block_store.go:38
StructBlockSyncMgr
BlockSyncMgr is the manager class to deal with block sync
p2pserver/block_sync.go:227
StructBlockSyncReq
consensus/vbft/node_sync.go:40
StructBlockTransactions
http/base/common/common.go:411
StructBlockchainConfig
common/config/config.go:399
StructBlocksReq
p2pserver/message/types/blocks_req.go:31
StructBookKeepingInfo
implement PayloadInfo define BookKeepingInfo
http/base/common/payload_to_hex.go:33
StructBookkeeper
Bookkeeper is an implementation of transaction payload for consensus bookkeeper list modification
core/payload/bookkeeper.go:42
StructBookkeeperInfo
http/base/common/payload_to_hex.go:55
StructBookkeeperState
core/states/bookkeeper.go:31
StructCacheDB
CacheDB is smart contract execute cache, it contain transaction cache and block cache When smart contract execute finish, need to commit transaction c
smartcontract/storage/cachedb.go:34
StructCallStack
errors/callstack.go:34
InterfaceCallStacker
errors/callstack.go:30
StructCandidateEndorseSigInfo
consensus/vbft/block_pool.go:43
StructCandidateInfo
consensus/vbft/block_pool.go:49
StructCandidateSplitInfo
smartcontract/service/native/governance/states.go:365
StructChainConfig
consensus/vbft/config/config.go:44
StructChainStore
consensus/vbft/chain_store.go:41
StructChangeInitPosParam
smartcontract/service/native/governance/param.go:827
StructChangeMaxAuthorizationParam
smartcontract/service/native/governance/param.go:716
StructChangeView
consensus/dbft/change_view.go:30
StructCheckBlkResult
CheckBlkResult contains a verifed tx list, an unverified tx list and an old tx list to be re-verifed
txnpool/common/txnpool_common.go:97
StructCheckResponse
validator/types/messages.go:53
StructCheckTx
validator/types/messages.go:48
StructCheckTxnReq
CheckTxnReq specifies the api that how to check whether a transaction in the pool. Input: a transaction hash
txnpool/common/txnpool_common.go:145
StructCheckTxnRsp
CheckTxnRsp returns a value for the CheckTxnReq, if the transaction in the pool, value is true, or false.
txnpool/common/txnpool_common.go:151
StructCliRpcRequest
cmd/sigsvr/common/common.go:33
StructCliRpcResponse
cmd/sigsvr/common/common.go:62
StructCliRpcServer
cmd/sigsvr/httpsvr.go:35
InterfaceClient
Client of wallet
account/client.go:39
StructClientImpl
account/client.go:96
InterfaceClientStore
account/store.go:28
StructCommonConfig
common/config/config.go:340
StructCompactMerkleTree
CompactMerkleTree calculate merkle tree with compact hash store in HashStore
merkle/merkle_tree.go:40
next →1–100 of 552, ranked by callers