UNPKG
@okcontract/sdk
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
One-stop-shop permissionless SDK for building any blockchain frontend
okcontract.com
okcontract/sdk
@okcontract/sdk
/
dist
/
coingecko.d.ts
8 lines
(7 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
type
OKToken
}
from
"@okcontract/coredata"
;
/** * marketQueryCoinGecko generates a CoinGecko market query for a token. *
@param
token
*
@returns
*/
export
declare
const
marketQueryCoinGecko
:
(
token
:
OKToken
) =>
`$
${
string
}
`
;