Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
func
(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
opIssue
Function · 0.80
Calls
3
log
Method · 0.95
Bytes
TypeAlias · 0.85
Int
TypeAlias · 0.85
Tested by
no test coverage detected