MCPcopy Create free account
hub / github.com/33cn/chain33 / GetConfig

Method GetConfig

client/queueprotocolapi.go:138–138  ·  view source on GitHub ↗

get chain config

()

Source from the content-addressed store, hash-verified

136 GetParaTxByHeight(param *types.ReqParaTxByHeight) (*types.ParaTxDetails, error)
137 // get chain config
138 GetConfig() *types.Chain33Config
139 // send delay tx
140 SendDelayTx(param *types.DelayTx, waitReply bool) (*types.Reply, error)
141 //AddBlacklist add blacklist

Callers 5

GetConfigMethod · 0.65
VersionMethod · 0.65
GetConfigMethod · 0.65
NewFunction · 0.65
SetQueueClientMethod · 0.65

Implementers 2

QueueProtocolclient/queueprotocol.go
QueueProtocolAPIclient/mocks/api.go

Calls

no outgoing calls

Tested by 1

GetConfigMethod · 0.52