Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1DELETEMultisigResponse
-
Packages that use APIV1DELETEMultisigResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1DELETEMultisigResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1DELETEMultisigResponse Modifier and Type Method Description APIV1DELETEMultisigResponse
DefaultApi. deleteMultisig(DeleteMultisigRequest deleteMultisigRequest)
Delete a multisig Deletes multisig preimage information for the passed address from the wallet.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1DELETEMultisigResponse Modifier and Type Method Description ApiResponse<APIV1DELETEMultisigResponse>
DefaultApi. deleteMultisigWithHttpInfo(DeleteMultisigRequest deleteMultisigRequest)
Delete a multisig Deletes multisig preimage information for the passed address from the wallet.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1DELETEMultisigResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. deleteMultisigAsync(DeleteMultisigRequest deleteMultisigRequest, ApiCallback<APIV1DELETEMultisigResponse> callback)
Delete a multisig (asynchronously) Deletes multisig preimage information for the passed address from the wallet. -
Uses of APIV1DELETEMultisigResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1DELETEMultisigResponse Modifier and Type Method Description APIV1DELETEMultisigResponse
APIV1DELETEMultisigResponse. error(Boolean error)
APIV1DELETEMultisigResponse
APIV1DELETEMultisigResponse. message(String message)
-