BbsCreateProofContextFinish typedef
BbsCreateProofContextFinish =
int Function(int handle, Pointer<ByteBuffer> proof, Pointer<ExternError> err)
Dart typedef for the bbs_create_proof_context_finish
function.
Implementation
typedef BbsCreateProofContextFinish = int Function(
int handle,
Pointer<ByteBuffer> proof,
Pointer<ExternError> err,
);