public ViewMutableDataServerServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155Instance = aHerc1155Instance;
 }
 public GetAllOwnedTokensServerServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155Instance = aHerc1155Instance;
 }
Ejemplo n.º 3
0
 public ViewTokenDataServerServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155 = aHerc1155Instance;
 }
Ejemplo n.º 4
0
 public BalanceOfServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155Instance = aHerc1155Instance;
 }