UNPKG
tokenlon-sdk
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
imToken Tokenlon API for node
tokenlon-sdk
/
lib
/
utils
/
gasPriceAdaptor.d.ts
3 lines
(2 loc)
•
139 B
TypeScript
View Raw
1
2
3
import
{
GasPriceAdaptor
}
from
'../types'
;
export
declare
const
getGasPriceByAdaptorAsync
:
(
adaptor
:
GasPriceAdaptor
) =>
Promise
<
number
>;