Add org registry export

This commit is contained in:
2025-08-25 20:40:10 +09:00
parent 039424eb9c
commit 0677cdb42e
30 changed files with 8064 additions and 0 deletions

View File

@ -17,6 +17,8 @@ namespace Hcs.Client
public NsiCommonApi NsiCommon => new(this);
public OrgRegistryCommonApi OrgRegistryCommon => new(this);
public void SetSigningCertificate(X509Certificate2 cert, string pin = null)
{
pin ??= Constants.DEFAULT_CERTIFICATE_PIN;