Polkadot Apps
    Preparing search index...
    interface TestSession {
        localAccountId: Uint8Array;
        localDerivation: string;
        localMnemonic: string;
        remoteAccountId: Uint8Array;
        remoteDerivation: string;
        remoteMnemonic: string;
        sessionId: string;
    }
    Index

    Properties

    localAccountId: Uint8Array

    Sr25519 public key of the local (host) account, 32 bytes.

    localDerivation: string
    localMnemonic: string
    remoteAccountId: Uint8Array

    Sr25519 public key of the remote (phone) account, 32 bytes.

    remoteDerivation: string
    remoteMnemonic: string
    sessionId: string