bbsCreateProofContextSetSignature property

BbsCreateProofContextSetSignature bbsCreateProofContextSetSignature
latefinal

Sets the signature for the BBS proof creation context.

This function links to the native bbs_create_proof_context_set_signature function.

Implementation

late final BbsCreateProofContextSetSignature
    bbsCreateProofContextSetSignature = _lib
        .lookup<
            NativeFunction<bbs_create_proof_context_set_signature_native>>(
          'bbs_create_proof_context_set_signature',
        )
        .asFunction();