Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ entry
Interface
entry
protocol/txbuilder/template.go:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
type
entry
interface
{
131
index() uint64
132
}
133
134
func
(iss *Issuance) index() uint64 {
return
iss.Index }
135
func
(inp *Input) index() uint64 {
return
inp.Index }
Callers
1
Less
Method · 0.65
Implementers
4
Issuance
protocol/txbuilder/template.go
Input
protocol/txbuilder/template.go
Output
protocol/txbuilder/template.go
Retirement
protocol/txbuilder/template.go
Calls
no outgoing calls
Tested by
no test coverage detected