@creit.tech/stellar-wallets-kit
Version:
A kit to handle all Stellar Wallets at once
8 lines • 379 B
TypeScript
export declare enum LocalStorageKeys {
usedWalletsIds = "@StellarWalletsKit/usedWalletsIds",
activeAddress = "@StellarWalletsKit/activeAddress",
selectedModuleId = "@StellarWalletsKit/selectedModuleId",
hardwareWalletPaths = "@StellarWalletsKit/hardwareWalletPaths",
wcSessionPaths = "@StellarWalletsKit/wcSessionPaths"
}
//# sourceMappingURL=storage.d.ts.map