Uses of Class
com.algorand.algosdk.kmd.client.model.APIV1POSTTransactionSignResponse
-
Packages that use APIV1POSTTransactionSignResponse Package Description com.algorand.algosdk.kmd.client.api com.algorand.algosdk.kmd.client.model -
-
Uses of APIV1POSTTransactionSignResponse in com.algorand.algosdk.kmd.client.api
Methods in com.algorand.algosdk.kmd.client.api that return APIV1POSTTransactionSignResponse Modifier and Type Method Description APIV1POSTTransactionSignResponse
DefaultApi. signTransaction(SignTransactionRequest signTransactionRequest)
Sign a transaction Signs the passed transaction with a key from the wallet, determined by the sender encoded in the transaction.Methods in com.algorand.algosdk.kmd.client.api that return types with arguments of type APIV1POSTTransactionSignResponse Modifier and Type Method Description ApiResponse<APIV1POSTTransactionSignResponse>
DefaultApi. signTransactionWithHttpInfo(SignTransactionRequest signTransactionRequest)
Sign a transaction Signs the passed transaction with a key from the wallet, determined by the sender encoded in the transaction.Method parameters in com.algorand.algosdk.kmd.client.api with type arguments of type APIV1POSTTransactionSignResponse Modifier and Type Method Description com.squareup.okhttp.Call
DefaultApi. signTransactionAsync(SignTransactionRequest signTransactionRequest, ApiCallback<APIV1POSTTransactionSignResponse> callback)
Sign a transaction (asynchronously) Signs the passed transaction with a key from the wallet, determined by the sender encoded in the transaction. -
Uses of APIV1POSTTransactionSignResponse in com.algorand.algosdk.kmd.client.model
Methods in com.algorand.algosdk.kmd.client.model that return APIV1POSTTransactionSignResponse Modifier and Type Method Description APIV1POSTTransactionSignResponse
APIV1POSTTransactionSignResponse. error(Boolean error)
APIV1POSTTransactionSignResponse
APIV1POSTTransactionSignResponse. message(String message)
APIV1POSTTransactionSignResponse
APIV1POSTTransactionSignResponse. signedTransaction(byte[] signedTransaction)
-