signify-ts
    Preparing search index...

    Interface RandyManagerParams

    interface RandyManagerParams {
        nxts?: string[];
        prxs?: string[];
        transferable: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    nxts?: string[]
    prxs?: string[]
    transferable: boolean