Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1Wallet
-
Packages that use APIV1Wallet Package Description com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1Wallet in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1Wallet Modifier and Type Method Description APIV1Wallet
APIV1Wallet. addSupportedTxsItem(String supportedTxsItem)
APIV1Wallet
APIV1Wallet. driverName(String driverName)
APIV1Wallet
APIV1Wallet. driverVersion(Long driverVersion)
APIV1Wallet
APIV1POSTWalletRenameResponse. getWallet()
Get walletAPIV1Wallet
APIV1POSTWalletResponse. getWallet()
Get walletAPIV1Wallet
APIV1WalletHandle. getWallet()
Get walletAPIV1Wallet
APIV1Wallet. id(String id)
APIV1Wallet
APIV1Wallet. mnemonicUx(Boolean mnemonicUx)
APIV1Wallet
APIV1Wallet. name(String name)
APIV1Wallet
APIV1Wallet. supportedTxs(List<String> supportedTxs)
Methods in com.algorand.algosdk.kmd.client.model that return types with arguments of type APIV1Wallet Modifier and Type Method Description List<APIV1Wallet>
APIV1GETWalletsResponse. getWallets()
Get walletsMethods in com.algorand.algosdk.kmd.client.model with parameters of type APIV1Wallet Modifier and Type Method Description APIV1GETWalletsResponse
APIV1GETWalletsResponse. addWalletsItem(APIV1Wallet walletsItem)
void
APIV1POSTWalletRenameResponse. setWallet(APIV1Wallet wallet)
void
APIV1POSTWalletResponse. setWallet(APIV1Wallet wallet)
void
APIV1WalletHandle. setWallet(APIV1Wallet wallet)
APIV1POSTWalletRenameResponse
APIV1POSTWalletRenameResponse. wallet(APIV1Wallet wallet)
APIV1POSTWalletResponse
APIV1POSTWalletResponse. wallet(APIV1Wallet wallet)
APIV1WalletHandle
APIV1WalletHandle. wallet(APIV1Wallet wallet)
Method parameters in com.algorand.algosdk.kmd.client.model with type arguments of type APIV1Wallet Modifier and Type Method Description void
APIV1GETWalletsResponse. setWallets(List<APIV1Wallet> wallets)
APIV1GETWalletsResponse
APIV1GETWalletsResponse. wallets(List<APIV1Wallet> wallets)
-