Initial commit of template
This commit is contained in:
5
types/wallet.ts
Normal file
5
types/wallet.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
export interface WalletData {
|
||||
publicKey: string;
|
||||
privateKey: string;
|
||||
}
|
||||
Reference in New Issue
Block a user