moved'
This commit is contained in:
@ -53,5 +53,7 @@ func RlpEncode(object interface{}) string {
|
||||
}
|
||||
|
||||
type RlpSerializer interface {
|
||||
MarshalRls() []byte
|
||||
UnmarshalRls([]byte)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user