package
2.3.6
Repository: https://git.chainmaker.org.cn/chainmaker/pb-go
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

Config block, only include 1 chain config update tx in this block.
Sql Contract init or upgrade block, only include 1 sql contract init or upgrade tx in this block.
block.Txs[0] is a coinbase tx.
Normal block, pack multi txs into one block.
frozen, cannot be invoked temporarily.
normal, can be invoked.
revoked, cannot be invoked permanently.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
vm-docker, language-golang.
vm-evm.
wasm interpreter in go.
vm-go, language-go.
No description provided by the author
vm-java, language-java.
native implement in chainmaker-go.
vm-wasmer, language-c++.
vm-wxvm, language-cpp.
Exit serialize type.
Timed serialize type.
Timed serialize type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
add for optimized charging gas return message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
archive/restore block, tx not included in block.
call a pre created contract, tx included in block.
query a pre-created contract, tx not included in block.
subscribe block info,tx info and contract info.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

block additional data.
cert info.
alias info.
alias info.
Bird's Nest.
No description provided by the author
Block definition.
header of the block.
Block height serialization interval.
block information.
certificate information.
certificate collection.
No description provided by the author
contract event saved in block chain.
contract event published to user.
contract event published to user.
contract event published to event subscriber.
invoke user contract method return UserContractReturnPayload Unmarshal from TransactResult.TxResponse.payload.
Cuckoo config.
Chain table structure.
transaction execution sequence Using adjacency table storage.
Neighbor node: related transactions with reading and writing conflicts.
endorsement info, including a signer and his signature.
a k-v pair.
key read version.
Limit defines transaction limitation, Limit as a message for easy expansion.
transaction payload.
No description provided by the author
No description provided by the author
tx result, part of a transaction in block.
No description provided by the author
Sharding Bird's Nest.
Sharding bird's Nest configuration.
Snapshot serializer config.
No description provided by the author
No description provided by the author
Timed serialization interval.
a transaction includes request and its result.
transaction info include transaction and its block height hash and tx index.
No description provided by the author
transaction and read write set.
tx batch info,saved in additional data.
TxRead describes a read operation on a key.
transaction request proposed by user.
tx request - tx response, only for RPC response.
TxRWSet describes all the operations of a transaction on ledger.
TxRead describes a write/delete operation on a key.

# Type aliases

BlockType specify block pack txs type.
current contract status.
No description provided by the author
No description provided by the author
No description provided by the author
smart contract runtime, contains vm type and language type.
No description provided by the author
TxStatusCode describes the tx status in tx result.
transaction type definition.