@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Interface PublicKeysProvider

    Trait for types that provide access to a PublicKeys container.

    This is useful for types that wrap or contain public keys and need to provide access to the underlying key material.

    interface PublicKeysProvider {
        publicKeys(): PublicKeys;
    }
    Index