()
| 3863 | } |
| 3864 | |
| 3865 | func (m *OracleDelta) GetGroupChecksums() map[uint32]uint64 { |
| 3866 | if m != nil { |
| 3867 | return m.GroupChecksums |
| 3868 | } |
| 3869 | return nil |
| 3870 | } |
| 3871 | |
| 3872 | type TxnTimestamps struct { |
| 3873 | Ts []uint64 `protobuf:"varint,1,rep,packed,name=ts,proto3" json:"ts,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected