bbsCreateProofContextAddProofMessageBytes property

BbsCreateProofContextAddProofMessageBytes bbsCreateProofContextAddProofMessageBytes
latefinal

Adds a proof message to the proof creation context.

This function links to the native bbs_create_proof_context_add_proof_message_bytes function.

Implementation

late final BbsCreateProofContextAddProofMessageBytes
    bbsCreateProofContextAddProofMessageBytes = _lib
        .lookup<
            NativeFunction<
                bbs_create_proof_context_add_proof_message_bytes_native>>(
          'bbs_create_proof_context_add_proof_message_bytes',
        )
        .asFunction();