Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SDK *fabsdk.FabricSDK // sdk handler ChannelName = "assetschannel" // channel ChainCodeName = "fabcar" // chaincode name Org = "org1" // org name User = "Admin" // user ConfigPath = "blockchain/config.yaml" // config ConfigCAPath = "blockchain/config-ca.yaml" // config with ca EndPoint = "peer1.org1.example.com" // client endpoint EnableCA = false // if enable ca )
settings
Functions ¶
func ChannelExecute ¶
ChannelExecute invoke chaincode and update
func ChannelQuery ¶
ChannelQuery invoke chaincode and query
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.