EdDSAFrogPCDArgs: {
    data: ObjectArgument<IFrogData>;
    id: StringArgument;
    privateKey: StringArgument;
}

Defines the essential parameters required for creating an EdDSAFrogPCD.

Type declaration

  • data: ObjectArgument<IFrogData>

    A IFrogData object containing data that is encoded into this PCD.

  • id: StringArgument

    A string that uniquely identifies an EdDSAFrogPCD. If this argument is not specified a random id will be generated.

  • privateKey: StringArgument

    The EdDSA private key is a 32-byte value used to sign the message. newEdDSAPrivateKey is recommended for generating highly secure private keys.

Generated using TypeDoc