parent
408966ca29
commit
f6a3038314
@ -0,0 +1,10 @@ |
||||
// Copyright SIX DAY LLC. All rights reserved. |
||||
|
||||
import TrustKeystore |
||||
|
||||
struct ERC875Token { |
||||
let contract: Address |
||||
let name: String |
||||
let symbol: String |
||||
let balance: [UInt16] |
||||
} |
Loading…
Reference in new issue