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 APIV1POSTMultisigExportResponseDefaultApi. 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.CallDefaultApi. 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 APIV1POSTMultisigExportResponseAPIV1POSTMultisigExportResponse. addPksItem(byte[] pksItem)APIV1POSTMultisigExportResponseAPIV1POSTMultisigExportResponse. error(Boolean error)APIV1POSTMultisigExportResponseAPIV1POSTMultisigExportResponse. message(String message)APIV1POSTMultisigExportResponseAPIV1POSTMultisigExportResponse. multisigVersion(Integer multisigVersion)APIV1POSTMultisigExportResponseAPIV1POSTMultisigExportResponse. pks(List<byte[]> pks)APIV1POSTMultisigExportResponseAPIV1POSTMultisigExportResponse. threshold(Integer threshold)
-