Type alias RSAPCDArgs

RSAPCDArgs: {
    id: StringArgument;
    privateKey: StringArgument;
    signedMessage: StringArgument;
}

Type declaration

Generated using TypeDoc