signify-ts
    Preparing search index...

    Class Registries

    Registries

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Parameters

      • hab: HabState
      • name: string
      • registryName: string
      • vcp: Dict<any>
      • ixn: Dict<any>
      • sigs: any[]

      Returns Promise<Response>

    • List registries

      Parameters

      • name: string

        Name or alias of the identifier

      Returns Promise<
          {
              name: string;
              pre: string;
              regk: string;
              state: {
                  b: string[];
                  bt: string;
                  c: string[];
                  d: string;
                  dt: string;
                  et: RegistryStateEt;
                  i: string;
                  ii: string;
                  s: string;
                  vn: number[];
              };
          }[],
      >

      A promise to the list of registries

    • Rename a registry

      Parameters

      • name: string

        Name or alias of the identifier

      • registryName: string

        Current registry name

      • newName: string

        New registry name

      Returns Promise<
          {
              name: string;
              pre: string;
              regk: string;
              state: {
                  b: string[];
                  bt: string;
                  c: string[];
                  d: string;
                  dt: string;
                  et: RegistryStateEt;
                  i: string;
                  ii: string;
                  s: string;
                  vn: number[];
              };
          },
      >

      A promise to the registry record