update bite to take in string for urn and ilk

This commit is contained in:
Taka Goto
2018-10-04 16:35:51 -05:00
parent 7080c0a74f
commit 7e6302c662
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ package bite
type BiteModel struct {
Id string
Ilk []byte
Urn []byte
Ilk string
Urn string
Ink string
Art string
IArt string