defy.tools

Interface HDKIndexDTO

interface HDKIndexDTO {
    encryptParent: string;
    sequentialKeysets?: SequentialKeysetDTO[];
    signingParent: string;
    type: HDKIndexType;
    wordset?: number[];
}

Properties

encryptParent: string
sequentialKeysets?: SequentialKeysetDTO[]
signingParent: string
wordset?: number[]