mirror of https://github.com/status-im/nim-eth.git
12 lines
313 B
Nim
12 lines
313 B
Nim
|
#
|
||
|
# Ethereum KeyFile
|
||
|
# (c) Copyright 2018
|
||
|
# Status Research & Development GmbH
|
||
|
#
|
||
|
# Licensed under either of
|
||
|
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
||
|
# MIT license (LICENSE-MIT)
|
||
|
|
||
|
import keyfile/uuid, keyfile/keyfile
|
||
|
export uuid, keyfile
|