createProof static method

CreateProofResponse createProof(
  1. CreateProofRequest request
)

Implementation

static CreateProofResponse createProof(CreateProofRequest request) =>
    OkapiNative.nativeCall(
        _ldproofsCreateProof, request, CreateProofResponse());