The following aries RFC #36 mentions an opional step "propose-credential" https://github.com/hyperledger/aries-rfcs/blob/master/features/0036-issue-credential/README.md#propose-credential
Unfortunately I cannot find the method in the rust library: https://github.com/hyperledger/indy-sdk/blob/f9eb2cf17b51584f875c4707094256a96656e7b8/wrappers/rust/indy-sys/src/anoncreds.rs
I was expecting to see something like: indy_issuer_create_credential_proposal
in the same way there is a indy_issuer_create_credential_offer
.
What's the best way to generate a credential proposal with lib-indy?
thanks for your help!