Polkadot Apps
    Preparing search index...

    An Sr25519 signer with its associated public key.

    Used by StatementStoreClient.connect to sign published statements when running outside a container (local mode).

    interface StatementSignerWithKey {
        publicKey: Uint8Array;
        sign: StatementSigner;
    }
    Index

    Properties

    Properties

    publicKey: Uint8Array

    32-byte Sr25519 public key.

    Signing function.