BbsCreateProofContextSetSignature typedef
BbsCreateProofContextSetSignature =
int Function(int handle, ByteArray value, Pointer<ExternError> err)
Dart-friendly typedef for setting the signature in a BBS+ proof creation context.
Implementation
typedef BbsCreateProofContextSetSignature = int Function(
int handle,
ByteArray value,
Pointer<ExternError> err,
);