mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 11:41:19 +00:00
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