MCPcopy Create free account
hub / github.com/chain/txvm / logIssuance

Method logIssuance

protocol/txvm/log.go:59–61  ·  view source on GitHub ↗
(amount int64, assetID, anchor []byte)

Source from the content-addressed store, hash-verified

57}
58
59func (vm *VM) logIssuance(amount int64, assetID, anchor []byte) {
60 vm.log(Bytes{IssueCode}, Bytes(vm.caller), Int(amount), Bytes(assetID), Bytes(anchor))
61}

Callers 1

opIssueFunction · 0.80

Calls 3

logMethod · 0.95
BytesTypeAlias · 0.85
IntTypeAlias · 0.85

Tested by

no test coverage detected