package
2.0.1+incompatible
Repository: https://github.com/bcbchain/toolbox.git
Documentation: pkg.go.dev

# Functions

GetGenesisContractAddr get genesis contract addr.
GetOrganizaitionInfo get organization information.
KeyOfAccount the access key of account address data for this key is []Address.
KeyOfAccountContracts the access key for account's contract address list in state database data for this key is []types.Address.
KeyOfAccountNonce the access key for account's nonce.
KeyOfAccountToken the access key for account information in state database data for this key refer AccountInfo.
KeyOfAllContracts the access key for all contract data for this key refer []types.Address.
KeyOfAllToken the access key for all tokens data for this key refer []types.Address.
KeyOfAppState the access key for appState in state database data for this key refer AppState.
KeyOfChainID the access key for chain_id in state database data for this key refer string.
KeyOfContract the access key for contract in state database data for this key refer Contract.
KeyOfContractsWithName the access key for contract's addresses and effectHeights in state database data for this key refer ContractVersionList.
KeyOfContractWithEffectHeight the access key for effective contract with height data for this key refer ContractWithEffectHeight.
KeyOfGenesisChainVersion the access key for genesis chain version in state database data for this key refer string.
KeyOfGenesisContract for create key with contract address of token data for this key refer Contract.
KeyOfGenesisContractAddrList for create key of genesis contracts data for this key refer []types.Address.
KeyOfGenesisToken the access key for genesis token in state database data for this key refer Token.
KeyOfMineContracts key of all MineContract list.
KeyOfOrgID the access key for org_id in state database data for this key refer string.
KeyOfToken for create key for token with address data for this key refer Token.
KeyOfTokenBaseGasPrice for create key for token base gasPrice with address data for this key refer uint64.
KeyOfTokenWithName for create key for token with name data for this key refer types.Address.
KeyOfTokenWithSymbol for create key for token with symbol data for this key refer types.Address.

# Constants

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

# Structs

AccountInfo account information.
AddAddress addAddress receipt information.
AddSupply addSupply receipt information.
Block block detail information.
BuildResult build result information.
Burn burn receipt information.
Contract contract detail information.
ContractMeta contract's meta information.
ContractVersionList contract version information with addresses and effectHeights.
ContractWithEffectHeight contract address and is upgrade or not for effect height.
Fee fee receipt information.
GenResult - generate code's result.
GetResult - get callback function return result struct.
Method method information.
MineContract contract address and height of mine.
NewToken newToken receipt information.
Organization organization information.
OrgDeveloper the developer's pubKey related OrgID.
Receipt receipt information.
SetGasPrice setGasPrice receipt information.
SetOwner setOwner receipt information.
Token token detail information.
Transfer transfer receipt information.