Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface PrivateKeysProvider

    Trait for types that provide access to a PrivateKeys container.

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

    interface PrivateKeysProvider {
        privateKeys(): PrivateKeys;
    }
    Index

    Methods

    Methods