forked from cerc-io/plugeth
moved'
This commit is contained in:
parent
b71e632b46
commit
aacfdc7a47
@ -53,5 +53,7 @@ func RlpEncode(object interface{}) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type RlpSerializer interface {
|
type RlpSerializer interface {
|
||||||
|
MarshalRls() []byte
|
||||||
|
UnmarshalRls([]byte)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user