Type alias SupportedWalletInput

SupportedWalletInput: "compass" | "leap" | "fin" | "keplr" | SeiWallet

A type representing currently accepted wallet inputs. Should either be a custom SeiWallet object, or the name of a supported wallet that we can generate from a template. The mapping from wallet name to Wallet object is performed by findWalletByWindowKey

Generated using TypeDoc