Skip to main content

@reactive-dot/core/wallets.js

Index

Type Aliases

PolkadotAccount

PolkadotAccount: Omit<PolkadotSignerAccount, polkadotSigner> & { address: string; polkadotSigner: InjectedPolkadotAccount[polkadotSigner] }

PolkadotSignerAccount

PolkadotSignerAccount: { genesisHash?: InjectedPolkadotAccount[genesisHash]; id: string; name?: string; polkadotSigner: InjectedPolkadotAccount[polkadotSigner] | (networkInfo: { tokenDecimals: number; tokenSymbol: string }) => InjectedPolkadotAccount[polkadotSigner] }

Type declaration

  • optionalgenesisHash?: InjectedPolkadotAccount[genesisHash]
  • id: string
  • optionalname?: string
  • polkadotSigner: InjectedPolkadotAccount[polkadotSigner] | (networkInfo: { tokenDecimals: number; tokenSymbol: string }) => InjectedPolkadotAccount[polkadotSigner]

WalletAccount

WalletAccount: PolkadotAccount & { wallet: Wallet }

WalletOptions

WalletOptions: { storage?: PrefixedStorage }

Type declaration