[][src]Module algo_rust_sdk::kmd::requests

Structs

CreateWalletRequest
DeleteKeyRequest

DeleteKeyRequest is the request for DELETE /v1/key

DeleteMultisigRequest

DeleteMultisigRequest is the request for DELETE /v1/multisig

ExportKeyRequest

ExportKeyRequest is the request for POST /v1/key/export

ExportMasterDerivationKeyRequest

ExportMasterDerivationKeyRequest is the request for POST /v1/master-key/export

ExportMultisigRequest

ExportMultisigRequest is the request for POST /v1/multisig/export

GenerateKeyRequest

GenerateKeyRequest is the request for POST /v1/key

GetWalletRequest

GetWalletRequest is the request for POST /v1/wallet/info

ImportKeyRequest

ImportKeyRequest is the request for POST /v1/key/import

ImportMultisigRequest

ImportMultisigRequest is the request for POST /v1/multisig/import

InitWalletHandleRequest

InitWalletHandleRequest is the request for POST /v1/wallet/init

ListKeysRequest

ListKeysRequest is the request for POST /v1/key/list

ListMultisigRequest

ListMultisigRequest is the request for POST /v1/multisig/list

ListWalletsRequest

ListWalletsRequest is the request for GET /v1/wallets

ReleaseWalletHandleRequest

ReleaseWalletHandleRequest is the request for POST /v1/wallet/release

RenameWalletRequest

RenameWalletRequest is the request for POST /v1/wallet/rename

RenewWalletHandleRequest

RenewWalletHandleRequest is the request for POST /v1/wallet/renew

SignMultisigTransactionRequest

SignMultisigTransactionRequest is the request for POST /v1/multisig/sign

SignTransactionRequest

SignTransactionRequest is the request for POST /v1/transaction/sign

VersionsRequest

VersionsRequest is the request for GET /versions

Traits

APIV1Request