UNPKG
flashbots-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
0.0.9
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
0.0.0
Flashbots CLI tool.
github.com/zeroXbrock/flashbots-cli
zeroXbrock/flashbots-cli
flashbots-cli
/
dist
/
commands
/
uuid.d.ts
7 lines
(6 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Command
}
from
'@oclif/core'
;
export
default
class
Uuid
extends
Command
{
static
description
:
string
;
catch
(
e
:
any
):
Promise
<
void
>;
run
():
Promise
<
void
>; }