/**
 * 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;
