UNPKG
@htsoft/reactjs-hooks
Version:
latest (1.0.4)
next (1.0.1-0)
1.0.4
1.0.3
1.0.2
1.0.1-0
1.0.0
NFT information hepler for ReactJS
github.com/jack-ht/aiza-react-hooks
jack-ht/aiza-react-hooks
@htsoft/reactjs-hooks
/
dist
/
fetcher
/
ExtractResultData.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
import
{
NFTDataType
}
from
"./AuctionInfoTypes"
;
export
declare
function
getCurrenciesInUse
(
nftPricing
:
NFTDataType
[
'pricing'
]
):
string
[];