Type alias CreateIdentityRegistryArgs

CreateIdentityRegistryArgs: {
    authority: string;
    signer: string;
} & CommonArgs

Represents arguments for creating an on identity registry on chain.

Type declaration

  • authority: string
  • signer: string