Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    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

    Methods

    Methods