Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigImportResponse
-
Packages that use APIV1POSTMultisigImportResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTMultisigImportResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTMultisigImportResponse Modifier and Type Method Description APIV1POSTMultisigImportResponse
DefaultApi. importMultisig(ImportMultisigRequest importMultisigRequest)
Import a multisig account Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTMultisigImportResponse Modifier and Type Method Description ApiResponse<APIV1POSTMultisigImportResponse>
DefaultApi. importMultisigWithHttpInfo(ImportMultisigRequest importMultisigRequest)
Import a multisig account Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTMultisigImportResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. importMultisigAsync(ImportMultisigRequest importMultisigRequest, ApiCallback<APIV1POSTMultisigImportResponse> callback)
Import a multisig account (asynchronously) Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet. -
Uses of APIV1POSTMultisigImportResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTMultisigImportResponse Modifier and Type Method Description APIV1POSTMultisigImportResponse
APIV1POSTMultisigImportResponse. address(String address)
APIV1POSTMultisigImportResponse
APIV1POSTMultisigImportResponse. error(Boolean error)
APIV1POSTMultisigImportResponse
APIV1POSTMultisigImportResponse. message(String message)
-