Exemplo n.º 1
0
 public AddNewTemplateServerServiceHandler(NethWeb3 aNethWeb3, NftCreatorInstance aNftCreatorInstance)
 {
     NftCreatorInstance = aNftCreatorInstance;
     NethWeb3           = aNethWeb3;
 }
Exemplo n.º 2
0
 public GetTokenNftTypeServerServiceHandler(NftCreatorInstance aNftCreatorInstance)
 {
     NftCreator = aNftCreatorInstance;
 }
 public GetNftByTypeServerServiceHandler(NftCreatorInstance aNftCreatorInstance)
 {
     NftCreatorInstance = aNftCreatorInstance;
 }
Exemplo n.º 4
0
 public MintNftOfTypeServerServiceHandler(NethWeb3 aNethWeb3, NftCreatorInstance aNftCreatorInstance)
 {
     NftCreatorInstance = aNftCreatorInstance;
     NethWeb3           = aNethWeb3;
 }