UNPKG
burst-whale-watch
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
An account watcher for Burstcoin
burst-whale-watch
/
out
/
commands
/
remove
/
removeDialog.d.ts
5 lines
(4 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
RemoveDialog
{
private
askAccount;
run
(
allAccounts
:
any
):
Promise
<
string
[]>; }