Type alias IdentityRequestInput

IdentityRequestInput: IdentityRequestInputCommon & {
    identityIndex: number;
    net: Network;
    seed: string;
}

The input parameter for creating an identity object request where the secret keys are derived from the provided seed.

Generated using TypeDoc