bbsCreateProofContextFinish property

BbsCreateProofContextFinish bbsCreateProofContextFinish
latefinal

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();