BbsCreateProofContextAddProofMessageBytes typedef
BbsCreateProofContextAddProofMessageBytes =
int Function(int handle, ByteArray message, int xtype, ByteArray blinding, Pointer<ExternError> err)
Dart typedef for adding proof message bytes to the context.
Implementation
typedef BbsCreateProofContextAddProofMessageBytes = int Function(
int handle,
ByteArray message,
int xtype,
ByteArray blinding,
Pointer<ExternError> err,
);