signify-ts
    Preparing search index...

    Interface RotateIdentifierArgs

    Arguments required to rotate an identfier

    interface RotateIdentifierArgs {
        adds?: string[];
        cuts?: string[];
        data?: object[];
        ncode?: string;
        ncodes?: string[];
        ncount?: number;
        nsith?: string | number | string[];
        rstates?: any[];
        states?: any[];
        toad?: number;
        transferable?: boolean;
    }
    Index

    Properties

    adds?: string[]
    cuts?: string[]
    data?: object[]
    ncode?: string
    ncodes?: string[]
    ncount?: number
    nsith?: string | number | string[]
    rstates?: any[]
    states?: any[]
    toad?: number
    transferable?: boolean