Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTMultisigExportResponse
-
Packages that use APIV1POSTMultisigExportResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTMultisigExportResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTMultisigExportResponse Modifier and Type Method Description APIV1POSTMultisigExportResponse
DefaultApi. exportMultisig(ExportMultisigRequest exportMultisigRequest)
Export multisig address metadata Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTMultisigExportResponse Modifier and Type Method Description ApiResponse<APIV1POSTMultisigExportResponse>
DefaultApi. exportMultisigWithHttpInfo(ExportMultisigRequest exportMultisigRequest)
Export multisig address metadata Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTMultisigExportResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. exportMultisigAsync(ExportMultisigRequest exportMultisigRequest, ApiCallback<APIV1POSTMultisigExportResponse> callback)
Export multisig address metadata (asynchronously) Given a multisig address whose preimage this wallet stores, returns the information used to generate the address, including public keys, threshold, and multisig version. -
Uses of APIV1POSTMultisigExportResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTMultisigExportResponse Modifier and Type Method Description APIV1POSTMultisigExportResponse
APIV1POSTMultisigExportResponse. addPksItem(byte[] pksItem)
APIV1POSTMultisigExportResponse
APIV1POSTMultisigExportResponse. error(Boolean error)
APIV1POSTMultisigExportResponse
APIV1POSTMultisigExportResponse. message(String message)
APIV1POSTMultisigExportResponse
APIV1POSTMultisigExportResponse. multisigVersion(Integer multisigVersion)
APIV1POSTMultisigExportResponse
APIV1POSTMultisigExportResponse. pks(List<byte[]> pks)
APIV1POSTMultisigExportResponse
APIV1POSTMultisigExportResponse. threshold(Integer threshold)
-