Type alias CredentialInput

CredentialInput: CredentialInputCommon & {
    identityIndex: number;
    net: Network;
    seedAsHex: string;
}

Generated using TypeDoc