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

Struct value

protocol/txvm/entries.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type value struct {
32 amount int64
33 assetID []byte
34 anchor []byte
35}
36
37func (x *value) isPortable() bool { return true }
38func (x *value) isZero() bool { return x.amount == 0 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected