UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

9 lines (7 loc) 234 B
/** * 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;