| 29 | } |
| 30 | |
| 31 | type value struct { |
| 32 | amount int64 |
| 33 | assetID []byte |
| 34 | anchor []byte |
| 35 | } |
| 36 | |
| 37 | func (x *value) isPortable() bool { return true } |
| 38 | func (x *value) isZero() bool { return x.amount == 0 } |
nothing calls this directly
no outgoing calls
no test coverage detected