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 APIV1WalletAPIV1Wallet. addSupportedTxsItem(String supportedTxsItem)APIV1WalletAPIV1Wallet. driverName(String driverName)APIV1WalletAPIV1Wallet. driverVersion(Long driverVersion)APIV1WalletAPIV1POSTWalletRenameResponse. getWallet()Get walletAPIV1WalletAPIV1POSTWalletResponse. getWallet()Get walletAPIV1WalletAPIV1WalletHandle. getWallet()Get walletAPIV1WalletAPIV1Wallet. id(String id)APIV1WalletAPIV1Wallet. mnemonicUx(Boolean mnemonicUx)APIV1WalletAPIV1Wallet. name(String name)APIV1WalletAPIV1Wallet. 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 APIV1GETWalletsResponseAPIV1GETWalletsResponse. addWalletsItem(APIV1Wallet walletsItem)voidAPIV1POSTWalletRenameResponse. setWallet(APIV1Wallet wallet)voidAPIV1POSTWalletResponse. setWallet(APIV1Wallet wallet)voidAPIV1WalletHandle. setWallet(APIV1Wallet wallet)APIV1POSTWalletRenameResponseAPIV1POSTWalletRenameResponse. wallet(APIV1Wallet wallet)APIV1POSTWalletResponseAPIV1POSTWalletResponse. wallet(APIV1Wallet wallet)APIV1WalletHandleAPIV1WalletHandle. wallet(APIV1Wallet wallet)Method parameters in com.algorand.algosdk.kmd.client.model with type arguments of type APIV1Wallet Modifier and Type Method Description voidAPIV1GETWalletsResponse. setWallets(List<APIV1Wallet> wallets)APIV1GETWalletsResponseAPIV1GETWalletsResponse. wallets(List<APIV1Wallet> wallets)
-