[][src]Module algo_rust_sdk::kmd::responses

Structs

APIV1ResponseEnvelope
CreateWalletResponse
DeleteKeyResponse

DeleteKeyResponse is the response to DELETE /v1/key

DeleteMultisigResponse

DeleteMultisigResponse is the response to POST /v1/multisig/delete`

ExportKeyResponse

ExportKeyResponse is the response to POST /v1/key/export

ExportMasterDerivationKeyResponse

ExportMasterDerivationKeyResponse is the response to POST /v1/master-key/export

ExportMultisigResponse

ExportMultisigResponse is the response to POST /v1/multisig/export

GenerateKeyResponse

GenerateKeyResponse is the response to POST /v1/key

GetWalletResponse

GetWalletResponse is the response to POST /v1/wallet/info

ImportKeyResponse

ImportKeyResponse is the response to POST /v1/key/import

ImportMultisigResponse

ImportMultisigResponse is the response to POST /v1/multisig/import

InitWalletHandleResponse

InitWalletHandleResponse is the response to POST /v1/wallet/init

ListKeysResponse

ListKeysResponse is the response to POST /v1/key/list

ListMultisigResponse

ListMultisigResponse is the response to POST /v1/multisig/list

ListWalletsResponse

ListWalletsResponse is the response to GET /v1/wallets

ReleaseWalletHandleResponse

ReleaseWalletHandleResponse is the response to POST /v1/wallet/release

RenameWalletResponse

RenameWalletResponse is the response to POST /v1/wallet/rename

RenewWalletHandleResponse

RenewWalletHandleResponse is the response to POST /v1/wallet/renew

SignMultisigTransactionResponse

SignMultisigTransactionResponse is the response to POST /v1/multisig/sign

SignTransactionResponse

SignTransactionResponse is the response to POST /v1/transaction/sign

VersionsResponse

VersionsResponse is the response to GET /versions