This commit is contained in:
obscuren 2013-12-26 14:07:52 +01:00
parent b71e632b46
commit aacfdc7a47

View File

@ -53,5 +53,7 @@ func RlpEncode(object interface{}) string {
}
type RlpSerializer interface {
MarshalRls() []byte
UnmarshalRls([]byte)
}