UNPKG
btcpay-greenfield-node-client
Version:
latest (1.7.0)
1.7.0
0.1.1
0.1.0
## Installation
AryanJ-NYC/btcpay-greenfield-node-client
btcpay-greenfield-node-client
/
dist
/
models
/
SpeedPolicy.d.ts
7 lines
(6 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
SpeedPolicy
{
HIGH_SPEED
=
"HighSpeed"
,
MEDIUM_SPEED
=
"MediumSpeed"
,
LOW_SPEED
=
"LowSpeed"
,
LOW_MEDIUM_SPEED
=
"LowMediumSpeed"
}