UNPKG
atomicals-js
Version:
latest (0.1.85)
0.1.85
0.1.84
0.1.83
0.1.82
Atomicals JavaScript SDK and CLI
github.com/atomicals-community
atomicals-community/atomicals-js
atomicals-js
/
dist
/
commands
/
wallet-create-command.d.ts
6 lines
(5 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
CommandResultInterface
}
from
"./command-result.interface"
;
import
{
CommandInterface
}
from
"./command.interface"
;
export
declare
class
WalletCreateCommand
implements
CommandInterface
{
run
():
Promise
<
CommandResultInterface
>; }