Exemplo n.º 1
0
 public CreateTemplateHandler(Web3ContractManager aWeb3ContractManager, EthereumSettings aEthereumSettings)
 {
     Web3ContractManager = aWeb3ContractManager;
     EthereumSettings    = aEthereumSettings;
 }
 public GetNftHandler(Web3ContractManager aWeb3ContractManager)
 {
     Web3ContractManager = aWeb3ContractManager;
 }
Exemplo n.º 3
0
 public MintNftHandler(Web3ContractManager web3ContractManager, EthereumSettings ethereumSettings)
 {
     Web3ContractManager = web3ContractManager;
     EthereumSettings    = ethereumSettings;
 }
Exemplo n.º 4
0
 public GanacheManager(Web3ContractManager aWeb3ContractManager, EthereumSettings aEthereumSettings, MultiplierSmartContract aMultiplierSmartContract)
 {
     Web3ContractManager     = aWeb3ContractManager;
     EthereumSettings        = aEthereumSettings;
     MultiplierSmartContract = aMultiplierSmartContract;
 }
Exemplo n.º 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;
 }
Exemplo n.º 8
0
 public ViewMutableDataServiceHandler(Web3ContractManager aWeb3ContractManager)
 {
     Web3ContractManager = aWeb3ContractManager;
 }