Skip to content

Commit

Permalink
Remove old decoder interface (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissner authored and fmrsabino committed Oct 11, 2017
1 parent 36db95b commit 493e6a0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ object SolidityBase {

interface Type {
fun encode(): String

interface Decoder<out T : Type> {
fun decode(source: String): T
}
}

interface StaticType : Type
Expand Down

0 comments on commit 493e6a0

Please sign in to comment.