UNPKG
@pgchain/blockchain-libs
Version:
latest (0.0.2)
0.0.2
0.0.1
PGWallet Blockchain Libs
github.com/pgchain/blockchain-libs
pgchain/blockchain-libs
@pgchain/blockchain-libs
/
dist
/
types
/
wallet.d.ts
7 lines
(6 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
type
Wallet
= {
readonly
id
:
number
;
readonly
createdTime
:
number
;
readonly
modifiedTime
:
number
; };
export
{
Wallet
};