interface BootstrapOperationalCertificate {
    delegate: {
        verificationKey: string;
    };
    issuer: {
        verificationKey: string;
    };
}

Properties

Properties

delegate: {
    verificationKey: string;
}
issuer: {
    verificationKey: string;
}