Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Set parameter types to the ones defined in ontmobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyatt Mufson committed Jan 28, 2019
1 parent 564d02c commit 5a48710
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions neoutils/ont.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ type Parameter = ontmobile.Parameter
type ParameterType = ontmobile.ParameterType

const (
Address ParameterType = 0
String ParameterType = 1
Integer ParameterType = 2
Fixed8 ParameterType = 3
Array ParameterType = 4
Address = ontmobile.Address
String = ontmobile.String
Integer = ontmobile.Integer
Fixed8 = ontmobile.Fixed8
Array = ontmobile.Array
)

0 comments on commit 5a48710

Please sign in to comment.