Polkadot Apps
    Preparing search index...

    Interface SessionKeyInfo

    Session key info returned by SessionKeyManager.

    interface SessionKeyInfo {
        account: DerivedAccount;
        mnemonic: string;
    }
    Index

    Properties

    Properties

    The derived account info

    mnemonic: string

    The BIP39 mnemonic (the only thing that needs persisting)