mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 16:17:11 +00:00
types: revert to old wire. builds
This commit is contained in:
@@ -36,6 +36,14 @@ func UnmarshalJSON(jsonBz []byte, ptr interface{}) error {
|
||||
return wire.UnmarshalJSON(jsonBz, ptr)
|
||||
}
|
||||
|
||||
type ConcreteType = wire.ConcreteType
|
||||
|
||||
func RegisterInterface(o interface{}, ctypes ...ConcreteType) *wire.TypeInfo {
|
||||
return wire.RegisterInterface(o, ctypes...)
|
||||
}
|
||||
|
||||
const RFC3339Millis = wire.RFC3339Millis
|
||||
|
||||
/*
|
||||
|
||||
func RegisterInterface(ptr interface{}, opts *wire.InterfaceOptions) {
|
||||
|
||||
Reference in New Issue
Block a user