MCPcopy Create free account
hub / github.com/DNAProject/DNA / PrintInfoMsg

Function PrintInfoMsg

cmd/usage.go:444–446  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

442}
443
444func PrintInfoMsg(format string, a ...interface{}) {
445 fmt.Printf(format+"\n", a...)
446}
447
448func PrintJsonData(data []byte) {
449 var out bytes.Buffer

Callers 15

importWalletFunction · 0.92
sendTxFunction · 0.85
transferTxFunction · 0.85
approveTxFunction · 0.85
transferFromTxFunction · 0.85
deployContractFunction · 0.85
invokeCodeContractFunction · 0.85
invokeContractFunction · 0.85
exportBlocksFunction · 0.85
PrintJsonDataFunction · 0.85
genMultiSigAddressFunction · 0.85
multiSigToTxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected