Uses of Class
com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address.ShowAddress
-
Packages that use ShowAddress Package Description com.h2tcoin.takamakachain.utils.networking -
-
Uses of ShowAddress in com.h2tcoin.takamakachain.utils.networking
Methods in com.h2tcoin.takamakachain.utils.networking with parameters of type ShowAddress Modifier and Type Method Description static void
PostSender. retriveAsyncTransactionAsPost(String apiURL, String hexValue, JComponent compToEnable, JTextArea areaToWrite, ShowAddress sa)
static void
PostSender. sendAsyncTransactionAsPost(TransactionBox tbox, JComponent compToEnable, ShowAddress sa)
static void
PostSender. sendAsyncTransactionAsPost(String endpoint, TransactionBox tbox, JComponent compToEnable, ShowAddress sa)
static void
PostSender. sendAsyncTransactionAsPost(String endpoint, String apiURL, TransactionBox tbox, JComponent compToEnable, ShowAddress sa)
-