signify-ts
    Preparing search index...

    Interface CreateIdentiferArgs

    Arguments required to create an identfier

    interface CreateIdentiferArgs {
        algo?: Algos;
        bran?: string;
        count?: number;
        data?: any;
        dcode?: string;
        delpre?: string;
        extern?: any;
        extern_type?: string;
        isith?: string | number | string[];
        keys?: string[];
        mhab?: HabState;
        ncount?: number;
        ndigs?: string[];
        nsith?: string | number | string[];
        nxts?: any[];
        pre?: string;
        proxy?: string;
        prxs?: any[];
        rstates?: any[];
        states?: any[];
        tier?: Tier;
        toad?: number;
        transferable?: boolean;
        wits?: string[];
    }
    Index

    Properties

    algo?: Algos
    bran?: string
    count?: number
    data?: any
    dcode?: string
    delpre?: string
    extern?: any
    extern_type?: string
    isith?: string | number | string[]
    keys?: string[]
    mhab?: HabState
    ncount?: number
    ndigs?: string[]
    nsith?: string | number | string[]
    nxts?: any[]
    pre?: string
    proxy?: string
    prxs?: any[]
    rstates?: any[]
    states?: any[]
    tier?: Tier
    toad?: number
    transferable?: boolean
    wits?: string[]