UNPKG
@yoroi/banxa
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
The Banxa integration package of Yoroi SDK
github.com/Emurgo/yoroi/packages/banxa
@yoroi/banxa
/
lib
/
typescript
/
helpers
/
blockchain-code.js.flow
9 lines
(7 loc)
•
234 B
Flow
View Raw
1
2
3
4
5
6
7
8
9
/** * Flowtype definitions for blockchain-code * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */
export
type
BanxaBlockchainCode
=
"ADA"
;
declare
export
function
banxaIsBlockchainCode
(
value
:
any
):
boolean
;