aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <obscuren@obscura.com>2013-12-26 21:07:52 +0800
committerobscuren <obscuren@obscura.com>2013-12-26 21:07:52 +0800
commitaacfdc7a47507e69c48756221a0ba67459e47553 (patch)
tree87e2b1847b6e9dbb2b9cbf99104fed6788cbda8c
parentb71e632b467d27710961fce21dcd4453d37c818a (diff)
downloadgo-tangerine-aacfdc7a47507e69c48756221a0ba67459e47553.tar.gz
go-tangerine-aacfdc7a47507e69c48756221a0ba67459e47553.tar.zst
go-tangerine-aacfdc7a47507e69c48756221a0ba67459e47553.zip
moved'
-rw-r--r--serialization.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/serialization.go b/serialization.go
index 7e2e96beb..613dcdcc5 100644
--- a/serialization.go
+++ b/serialization.go
@@ -53,5 +53,7 @@ func RlpEncode(object interface{}) string {
}
type RlpSerializer interface {
+ MarshalRls() []byte
+ UnmarshalRls([]byte)
}