Dfns TypeScript SDK - v0.8.21
    Preparing search index...

    Type Alias __WireSubmitCloneOutputBody

    type __WireSubmitCloneOutputBody = {
        fileChecksum: string;
        outputJson: {
            fleet_id: string;
            fleet_label: string;
            keystore_id: string;
            org_id: string;
            outputs: {
                [x: string]: {
                    success:
                        | {
                            ceremony_mode: string;
                            hsm_identity_key: string;
                            hsm_sealed?: unknown
                            | null;
                            hsm_serial: string;
                            key_harvest: {
                                ed25519: number;
                                "ed25519-start": number;
                                error: string | null;
                                secp256k1: number;
                                "secp256k1-start": number;
                            };
                            mac_se_wrap_key_pub_key: string;
                            mac_serial: string;
                            provisioners: { [x: string]: string };
                            type: "genesis-registration";
                        }
                        | {
                            ceremony_mode: string;
                            hsm_identity_key: string;
                            hsm_sealed?: unknown
                            | null;
                            hsm_target_serial: string;
                            mac_se_wrap_key_pub_key: string;
                            mac_target_serial: string;
                            type: "clone-registration";
                        };
                };
            };
            status: "success";
            type: "fleet-output";
            version: 1;
        };
    }
    Index

    Properties

    fileChecksum: string
    outputJson: {
        fleet_id: string;
        fleet_label: string;
        keystore_id: string;
        org_id: string;
        outputs: {
            [x: string]: {
                success:
                    | {
                        ceremony_mode: string;
                        hsm_identity_key: string;
                        hsm_sealed?: unknown
                        | null;
                        hsm_serial: string;
                        key_harvest: {
                            ed25519: number;
                            "ed25519-start": number;
                            error: string | null;
                            secp256k1: number;
                            "secp256k1-start": number;
                        };
                        mac_se_wrap_key_pub_key: string;
                        mac_serial: string;
                        provisioners: { [x: string]: string };
                        type: "genesis-registration";
                    }
                    | {
                        ceremony_mode: string;
                        hsm_identity_key: string;
                        hsm_sealed?: unknown
                        | null;
                        hsm_target_serial: string;
                        mac_se_wrap_key_pub_key: string;
                        mac_target_serial: string;
                        type: "clone-registration";
                    };
            };
        };
        status: "success";
        type: "fleet-output";
        version: 1;
    }