Module indy_vdr::resolver::pool

source ·

Structs§

  • DID (URL) Resolver interface for a pool compliant with did:indy method spec The resolver interface is bound to a specific indy network and does not evaluate the namespace part of the DID. You need to create a resolver instance for each indy network you want to support. The PoolResolver uses async/await.
  • DID (URL) Resolver interface using callbacks for a PoolRunner compliant with did:indy method spec The PoolRunnerResolver is used for the FFI. Note that the PoolRunnerResolver does not fetch an ATTRIB txn for legacy endpoint resolution. If you need to use the PoolRunnerResolver, please have a look at the Python wrapper to see how legacy endpoints can be resolved.

Functions§