Пример #1
0
 public CreateTemplateHandler(Web3ContractManager aWeb3ContractManager, EthereumSettings aEthereumSettings)
 {
     Web3ContractManager = aWeb3ContractManager;
     EthereumSettings    = aEthereumSettings;
 }
 public GetNftHandler(Web3ContractManager aWeb3ContractManager)
 {
     Web3ContractManager = aWeb3ContractManager;
 }
Пример #3
0
 public MintNftHandler(Web3ContractManager web3ContractManager, EthereumSettings ethereumSettings)
 {
     Web3ContractManager = web3ContractManager;
     EthereumSettings    = ethereumSettings;
 }
Пример #4
0
 public GanacheManager(Web3ContractManager aWeb3ContractManager, EthereumSettings aEthereumSettings, MultiplierSmartContract aMultiplierSmartContract)
 {
     Web3ContractManager     = aWeb3ContractManager;
     EthereumSettings        = aEthereumSettings;
     MultiplierSmartContract = aMultiplierSmartContract;
 }
Пример #5
0
 public ViewTokenDataServerServiceHandler(EthereumSettings ethereumSettings, Web3ContractManager web3ContractManager)
 {
     EthereumSettings    = ethereumSettings;
     Web3ContractManager = web3ContractManager;
 }
 public BalanceHandler(Web3ContractManager aWeb3ContractManager, EthereumSettings aEthereumSettings)
 {
     EthereumSettings    = aEthereumSettings;
     Web3ContractManager = aWeb3ContractManager;
 }
 public GetNftTemplateCountHandler(Web3ContractManager aWeb3ContractManager)
 {
     Web3ContractManager = aWeb3ContractManager;
 }
Пример #8
0
 public ViewMutableDataServiceHandler(Web3ContractManager aWeb3ContractManager)
 {
     Web3ContractManager = aWeb3ContractManager;
 }