MCPcopy 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
130type entry interface {
131 index() uint64
132}
133
134func (iss *Issuance) index() uint64 { return iss.Index }
135func (inp *Input) index() uint64 { return inp.Index }

Callers 1

LessMethod · 0.65

Implementers 4

Issuanceprotocol/txbuilder/template.go
Inputprotocol/txbuilder/template.go
Outputprotocol/txbuilder/template.go
Retirementprotocol/txbuilder/template.go

Calls

no outgoing calls

Tested by

no test coverage detected