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