bbsCreateProofContextFinish property
Finalizes the BBS proof creation process.
This function links to the native bbs_create_proof_context_finish
function.
Implementation
late final BbsCreateProofContextFinish bbsCreateProofContextFinish = _lib
.lookup<NativeFunction<bbs_create_proof_context_finish_native>>(
'bbs_create_proof_context_finish',
)
.asFunction();