Module

Ctl.Internal.Wallet

#Cip30Extensions

type Cip30Extensions = { cip95 :: Boolean }

#WalletExtension

type WalletExtension = { exts :: Cip30Extensions, name :: String }

#actionBasedOnWallet

actionBasedOnWallet :: forall (m :: Type -> Type) (a :: Type). MonadAff m => (Cip30Wallet -> Aff a) -> (KeyWallet -> m a) -> Wallet -> m a

#isWalletAvailable

Modules