Closed WadeBarnes closed 9 months ago
There is an issue with the write-did-and-query-verkey.rs example. open_wallet returns a WalletHandle, not an i32.
open_wallet
WalletHandle
i32
https://github.com/hyperledger/indy-sdk/blob/master/docs/how-tos/write-did-and-query-verkey/rust/src/write-did-and-query-verkey.rs#L62
There is an issue with the write-did-and-query-verkey.rs example.
open_wallet
returns aWalletHandle
, not ani32
.https://github.com/hyperledger/indy-sdk/blob/master/docs/how-tos/write-did-and-query-verkey/rust/src/write-did-and-query-verkey.rs#L62