UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

9 lines (7 loc) 217 B
/** * Flowtype definitions for coin-types * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type BanxaCoinType = "ADA"; declare export function banxaIsCoinType(value: any): boolean;