(b *scode.Builder, slot uint32)
| 41 | } |
| 42 | |
| 43 | func (u *Uint) Serialize(b *scode.Builder, slot uint32) { |
| 44 | b.Append(super.EncodeUint(u.Values[slot])) |
| 45 | } |
| 46 | |
| 47 | func UintValue(vec Any, slot uint32) uint64 { |
| 48 | switch vec := Under(vec).(type) { |
nothing calls this directly
no test coverage detected