mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 21:46:36 +00:00
moved'
This commit is contained in:
parent
b71e632b46
commit
aacfdc7a47
1 changed files with 2 additions and 0 deletions
|
|
@ -53,5 +53,7 @@ func RlpEncode(object interface{}) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
type RlpSerializer interface {
|
type RlpSerializer interface {
|
||||||
|
MarshalRls() []byte
|
||||||
|
UnmarshalRls([]byte)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue