JavaScript HSM API Dinamo

    kind_type_alias GetShadowResponse

    Type that represents the response from the getShadow command.

    type GetShadowResponse = {
        status: 0 | 1 | 2;
        version?: number;
        shadow?: string;
        m?: number;
        n?: number;
        pos?: number;
        shadow_material?: string;
        rcode?: number;
    }
    theme_index

    kind_plural_property

    status: 0 | 1 | 2

    Operation status, where 0 - Success, 1 - Error and 2 - Unknown command.

    version?: number

    SVMK's version.

    shadow?: string

    Shadow in hexadecimal format.

    m?: number

    Value of 'm' in the M-of-N scheme.

    n?: number

    Value of 'n' in the M-of-N scheme.

    pos?: number

    Position in the M-of-N scheme.

    shadow_material?: string

    Shadow material in hexadecimal format.

    rcode?: number

    Error code, only present if status is 1 (Error).

    MMNEPVFCICPMFPCPTTAAATR