mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-10 04:26:02 +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 |