feat(tool): added BIP39 generator

This commit is contained in:
Corentin Thomasset 2021-03-15 18:38:16 +01:00
parent 93c11f0e44
commit ecbc5bad28
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 132 additions and 1 deletions

2
types/VForm.ts Normal file
View file

@ -0,0 +1,2 @@
export type VForm = Vue & { validate: () => boolean }