signify-ts
    Preparing search index...

    Interface RandyKeyState

    Interface defining configuration parameters for a random seed identifier manager.

    interface RandyKeyState {
        nxts: string[];
        prxs: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    nxts: string[]
    prxs: string[]