signify-ts
    Preparing search index...

    Interface ManagerInceptArgs

    interface ManagerInceptArgs {
        algo?: Algos;
        dcode?: string;
        icode?: string;
        icodes?: any;
        icount?: number;
        ncode?: string;
        ncodes?: any;
        ncount?: number;
        rooted?: boolean;
        salt?: string;
        stem?: string;
        temp?: boolean;
        tier?: string;
        transferable?: boolean;
    }
    Index

    Properties

    algo?: Algos
    dcode?: string
    icode?: string
    icodes?: any
    icount?: number
    ncode?: string
    ncodes?: any
    ncount?: number
    rooted?: boolean
    salt?: string
    stem?: string
    temp?: boolean
    tier?: string
    transferable?: boolean