Add payment import

This commit is contained in:
2025-09-15 11:28:08 +09:00
parent 5ebcdfae6e
commit e37f0b25ef
9 changed files with 250 additions and 0 deletions

View File

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