UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

9 lines (7 loc) 225 B
/** * Flowtype definitions for fiat-types * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type BanxaFiatType = "USD" | "EUR"; declare export function banxaIsFiatType(value: any): boolean;