Skip to content

Commit

Permalink
Adding Diamonds to the interface service
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Mar 27, 2024
1 parent a38ba44 commit 592b12b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Nethereum.Contracts/Services/IEthApiContractService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Nethereum.Contracts.Standards.ERC1155;
using Nethereum.Contracts.Standards.ERC1271;
using Nethereum.Contracts.Standards.ERC20;
using Nethereum.Contracts.Standards.ERC2535Diamond;
using Nethereum.Contracts.Standards.ERC721;
using Nethereum.Contracts.Standards.ProofOfHumanity;
using Nethereum.RPC;
Expand Down Expand Up @@ -69,6 +70,12 @@ public interface IEthApiContractService: IEthApiService
/// Service to interact with the Proof of Humanity registry smart contract
/// </summary>
ProofOfHumanityService ProofOfHumanity { get; }

/// <summary>
/// Service to interact with the ERC2535 Diamond standard smart contract
/// </summary>
ERC2535DiamondService ERC2535Diamond { get; }

EthTLSService GetEnsEthTlsService(string ensRegistryAddress = CommonAddresses.ENS_REGISTRY_ADDRESS);
#endif

Expand Down

0 comments on commit 592b12b

Please sign in to comment.