mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-09 20:15:42 +00:00
9 lines
152 B
Nim
9 lines
152 B
Nim
|
import
|
||
|
web3/[conversions, ethtypes]
|
||
|
|
||
|
export conversions, ethtypes
|
||
|
|
||
|
type SavedAddress* = ref object
|
||
|
name*: string
|
||
|
address*: Address
|
||
|
chainId*: int
|