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
/
lib
/
error.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
{
Command
}
from
"@oclif/core"
;
export
declare
const
handleGenericError
:
(
e
:
any
,
context
:
Command
) =>
never
;