@Path("blockchain/omni/wallet")
public class WalletResource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WalletResource
public WalletResource()
-
Method Details
-
getWallet
@GET
@Path("{walletId}")
@Produces("application/json")
public Wallet getWallet(@PathParam("walletId")
String walletId)
-
-
setWalletService
@Inject
public void setWalletService(WalletService neoWalletService)