@hashgraph/solo
    Preparing search index...

    Interface PrivateKeyAndCertificateObject

    interface PrivateKeyAndCertificateObject {
        certificateFile: string;
        privateKeyFile: string;
    }
    Index

    Properties

    certificateFile: string
    privateKeyFile: string