UNPKG

@yoroi/types

Version:
9 lines (7 loc) 243 B
/** * Flowtype definitions for wallet * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type WalletImplementation = "cardano-cip1852" | "cardano-bip44"; export type WalletAddressMode = "single" | "multiple";