# Functions
AdminDbSet write data to the chain.
DbExist return true if exist.
DbGet get data form db.
Decode 将字符流填充到指定结构体.
Encode 将interface{}转成字符流,不支持可变长度类型.
GetAppName 用app的私有结构体,获取app的Hash名字.
GetFullPathOfApp get the full path of app.
GetHash 计算hash值.
GetNextKey get next key.
GetPackPath get the package path on golang packages.
GetStructName 通过包的私有对象,获取私有对象名字.
GetValue get value of key.
GobDecode gob decode.
GobEncode gob encode.
JSONDecode decode json.
JSONEncode encode json.
KeyExist return true if exist.
LogRead get data form log db.
NewApp 创建app.
NewRuntime input address of database.
RebuildApp rebuild app.
# Constants
AppFlagEnd end of flag.
AppFlagGzipCompress gzip compress.
AppFlagImport the app code can be included.
AppFlagPlublc App funds address uses the plublc address, except for app, others have no right to operate the address.
AppFlagRun the app can be call.
encoding type.
encoding type.
encoding type.
# Variables
Module go.mod.
Module go.mod.
Module go.mod.
Module go.mod.
Module go.mod.
# Structs
EventFilter event filter, show or drop app event.
TAppInfo app info.
TAppNewHead 新建app的头消息,不包含依赖列表.
TAppNewInfo 新建app的信息,不包含依赖列表.
TDependItem app的依赖信息.
TRunParam Run接口的入参.
TRuntime 执行机的结构体定义.