public ViewMutableDataServerServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155Instance = aHerc1155Instance;
 }
 public GetAllOwnedTokensServerServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155Instance = aHerc1155Instance;
 }
예제 #3
0
 public ViewTokenDataServerServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155 = aHerc1155Instance;
 }
예제 #4
0
 public BalanceOfServiceHandler(Herc1155Instance aHerc1155Instance)
 {
     Herc1155Instance = aHerc1155Instance;
 }