hyperledger / fabric-admin-sdk

Fabric SDK for Admin Capability services
Apache License 2.0
31 stars 19 forks source link

New SigningIdentity abstraction #62

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

Provides a more abstract view of client identity consisting of only:

This avoids an identity implementor from requiring knowledge of the SerializedIdentity format used internally by Fabric. It also aligns better with the abstraction used by the Fabric Gateway client API, allowing the admin SDK implementation to make use of fabric-gateway.