APIV1POSTWalletResponse |
DefaultApi.createWallet(CreateWalletRequest createWalletRequest) |
Create a wallet
Create a new wallet (collection of keys) with the given parameters.
|
com.squareup.okhttp.Call |
DefaultApi.createWalletAsync(CreateWalletRequest createWalletRequest,
ApiCallback<APIV1POSTWalletResponse> callback) |
Create a wallet (asynchronously)
Create a new wallet (collection of keys) with the given parameters.
|
com.squareup.okhttp.Call |
DefaultApi.createWalletCall(CreateWalletRequest createWalletRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createWallet
|
ApiResponse<APIV1POSTWalletResponse> |
DefaultApi.createWalletWithHttpInfo(CreateWalletRequest createWalletRequest) |
Create a wallet
Create a new wallet (collection of keys) with the given parameters.
|
APIV1DELETEKeyResponse |
DefaultApi.deleteKey(DeleteKeyRequest deleteKeyRequest) |
Delete a key
Deletes the key with the passed public key from the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.deleteKeyAsync(DeleteKeyRequest deleteKeyRequest,
ApiCallback<APIV1DELETEKeyResponse> callback) |
Delete a key (asynchronously)
Deletes the key with the passed public key from the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.deleteKeyCall(DeleteKeyRequest deleteKeyRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteKey
|
ApiResponse<APIV1DELETEKeyResponse> |
DefaultApi.deleteKeyWithHttpInfo(DeleteKeyRequest deleteKeyRequest) |
Delete a key
Deletes the key with the passed public key from the wallet.
|
APIV1DELETEMultisigResponse |
DefaultApi.deleteMultisig(DeleteMultisigRequest deleteMultisigRequest) |
Delete a multisig
Deletes multisig preimage information for the passed address from the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.deleteMultisigAsync(DeleteMultisigRequest deleteMultisigRequest,
ApiCallback<APIV1DELETEMultisigResponse> callback) |
Delete a multisig (asynchronously)
Deletes multisig preimage information for the passed address from the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.deleteMultisigCall(DeleteMultisigRequest deleteMultisigRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteMultisig
|
ApiResponse<APIV1DELETEMultisigResponse> |
DefaultApi.deleteMultisigWithHttpInfo(DeleteMultisigRequest deleteMultisigRequest) |
Delete a multisig
Deletes multisig preimage information for the passed address from the wallet.
|
APIV1POSTKeyExportResponse |
DefaultApi.exportKey(ExportKeyRequest exportKeyRequest) |
Export a key
Export the secret key associated with the passed public key.
|
com.squareup.okhttp.Call |
DefaultApi.exportKeyAsync(ExportKeyRequest exportKeyRequest,
ApiCallback<APIV1POSTKeyExportResponse> callback) |
Export a key (asynchronously)
Export the secret key associated with the passed public key.
|
com.squareup.okhttp.Call |
DefaultApi.exportKeyCall(ExportKeyRequest exportKeyRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for exportKey
|
ApiResponse<APIV1POSTKeyExportResponse> |
DefaultApi.exportKeyWithHttpInfo(ExportKeyRequest exportKeyRequest) |
Export a key
Export the secret key associated with the passed public key.
|
APIV1POSTMasterKeyExportResponse |
DefaultApi.exportMasterKey(ExportMasterKeyRequest exportMasterKeyRequest) |
Export the master derivation key from a wallet
Export the master derivation key from the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.exportMasterKeyAsync(ExportMasterKeyRequest exportMasterKeyRequest,
ApiCallback<APIV1POSTMasterKeyExportResponse> callback) |
Export the master derivation key from a wallet (asynchronously)
Export the master derivation key from the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.exportMasterKeyCall(ExportMasterKeyRequest exportMasterKeyRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for exportMasterKey
|
ApiResponse<APIV1POSTMasterKeyExportResponse> |
DefaultApi.exportMasterKeyWithHttpInfo(ExportMasterKeyRequest exportMasterKeyRequest) |
Export the master derivation key from a wallet
Export the master derivation key from the wallet.
|
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.
|
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.
|
com.squareup.okhttp.Call |
DefaultApi.exportMultisigCall(ExportMultisigRequest exportMultisigRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for exportMultisig
|
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.
|
APIV1POSTKeyResponse |
DefaultApi.generateKey(GenerateKeyRequest generateKeyRequest) |
Generate a key
Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.
|
com.squareup.okhttp.Call |
DefaultApi.generateKeyAsync(GenerateKeyRequest generateKeyRequest,
ApiCallback<APIV1POSTKeyResponse> callback) |
Generate a key (asynchronously)
Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.
|
com.squareup.okhttp.Call |
DefaultApi.generateKeyCall(GenerateKeyRequest generateKeyRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for generateKey
|
ApiResponse<APIV1POSTKeyResponse> |
DefaultApi.generateKeyWithHttpInfo(GenerateKeyRequest generateKeyRequest) |
Generate a key
Generates the next key in the deterministic key sequence (as determined by the master derivation key) and adds it to the wallet, returning the public key.
|
VersionsResponse |
DefaultApi.getVersion() |
Retrieves the current version
|
com.squareup.okhttp.Call |
DefaultApi.getVersionAsync(ApiCallback<VersionsResponse> callback) |
(asynchronously)
Retrieves the current version
|
com.squareup.okhttp.Call |
DefaultApi.getVersionCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getVersion
|
ApiResponse<VersionsResponse> |
DefaultApi.getVersionWithHttpInfo() |
Retrieves the current version
|
APIV1POSTWalletInfoResponse |
DefaultApi.getWalletInfo(WalletInfoRequest getWalletInfoRequest) |
Get wallet info
Returns information about the wallet associated with the passed wallet handle token.
|
com.squareup.okhttp.Call |
DefaultApi.getWalletInfoAsync(WalletInfoRequest getWalletInfoRequest,
ApiCallback<APIV1POSTWalletInfoResponse> callback) |
Get wallet info (asynchronously)
Returns information about the wallet associated with the passed wallet handle token.
|
com.squareup.okhttp.Call |
DefaultApi.getWalletInfoCall(WalletInfoRequest getWalletInfoRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getWalletInfo
|
ApiResponse<APIV1POSTWalletInfoResponse> |
DefaultApi.getWalletInfoWithHttpInfo(WalletInfoRequest getWalletInfoRequest) |
Get wallet info
Returns information about the wallet associated with the passed wallet handle token.
|
APIV1POSTKeyImportResponse |
DefaultApi.importKey(ImportKeyRequest importKeyRequest) |
Import a key
Import an externally generated key into the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.importKeyAsync(ImportKeyRequest importKeyRequest,
ApiCallback<APIV1POSTKeyImportResponse> callback) |
Import a key (asynchronously)
Import an externally generated key into the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.importKeyCall(ImportKeyRequest importKeyRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for importKey
|
ApiResponse<APIV1POSTKeyImportResponse> |
DefaultApi.importKeyWithHttpInfo(ImportKeyRequest importKeyRequest) |
Import a key
Import an externally generated key into the wallet.
|
APIV1POSTMultisigImportResponse |
DefaultApi.importMultisig(ImportMultisigRequest importMultisigRequest) |
Import a multisig account
Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.importMultisigAsync(ImportMultisigRequest importMultisigRequest,
ApiCallback<APIV1POSTMultisigImportResponse> callback) |
Import a multisig account (asynchronously)
Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
|
com.squareup.okhttp.Call |
DefaultApi.importMultisigCall(ImportMultisigRequest importMultisigRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for importMultisig
|
ApiResponse<APIV1POSTMultisigImportResponse> |
DefaultApi.importMultisigWithHttpInfo(ImportMultisigRequest importMultisigRequest) |
Import a multisig account
Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
|
APIV1POSTWalletInitResponse |
DefaultApi.initWalletHandleToken(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest) |
Initialize a wallet handle token
Unlock the wallet and return a wallet handle token that can be used for subsequent operations.
|
com.squareup.okhttp.Call |
DefaultApi.initWalletHandleTokenAsync(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest,
ApiCallback<APIV1POSTWalletInitResponse> callback) |
Initialize a wallet handle token (asynchronously)
Unlock the wallet and return a wallet handle token that can be used for subsequent operations.
|
com.squareup.okhttp.Call |
DefaultApi.initWalletHandleTokenCall(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for initWalletHandleToken
|
ApiResponse<APIV1POSTWalletInitResponse> |
DefaultApi.initWalletHandleTokenWithHttpInfo(InitWalletHandleTokenRequest initializeWalletHandleTokenRequest) |
Initialize a wallet handle token
Unlock the wallet and return a wallet handle token that can be used for subsequent operations.
|
APIV1POSTKeyListResponse |
DefaultApi.listKeysInWallet(ListKeysRequest listKeysRequest) |
List keys in wallet
Lists all of the public keys in this wallet.
|
com.squareup.okhttp.Call |
DefaultApi.listKeysInWalletAsync(ListKeysRequest listKeysRequest,
ApiCallback<APIV1POSTKeyListResponse> callback) |
List keys in wallet (asynchronously)
Lists all of the public keys in this wallet.
|
com.squareup.okhttp.Call |
DefaultApi.listKeysInWalletCall(ListKeysRequest listKeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for listKeysInWallet
|
ApiResponse<APIV1POSTKeyListResponse> |
DefaultApi.listKeysInWalletWithHttpInfo(ListKeysRequest listKeysRequest) |
List keys in wallet
Lists all of the public keys in this wallet.
|
APIV1POSTMultisigListResponse |
DefaultApi.listMultisig(ListMultisigRequest listMultisigRequest) |
List multisig accounts
Lists all of the multisig accounts whose preimages this wallet stores
|
com.squareup.okhttp.Call |
DefaultApi.listMultisigAsync(ListMultisigRequest listMultisigRequest,
ApiCallback<APIV1POSTMultisigListResponse> callback) |
List multisig accounts (asynchronously)
Lists all of the multisig accounts whose preimages this wallet stores
|
com.squareup.okhttp.Call |
DefaultApi.listMultisigCall(ListMultisigRequest listMultisigRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for listMultisig
|
ApiResponse<APIV1POSTMultisigListResponse> |
DefaultApi.listMultisigWithHttpInfo(ListMultisigRequest listMultisigRequest) |
List multisig accounts
Lists all of the multisig accounts whose preimages this wallet stores
|
APIV1GETWalletsResponse |
DefaultApi.listWallets() |
List wallets
Lists all of the wallets that kmd is aware of.
|
com.squareup.okhttp.Call |
DefaultApi.listWalletsAsync(ApiCallback<APIV1GETWalletsResponse> callback) |
List wallets (asynchronously)
Lists all of the wallets that kmd is aware of.
|
com.squareup.okhttp.Call |
DefaultApi.listWalletsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for listWallets
|
ApiResponse<APIV1GETWalletsResponse> |
DefaultApi.listWalletsWithHttpInfo() |
List wallets
Lists all of the wallets that kmd is aware of.
|
APIV1POSTWalletReleaseResponse |
DefaultApi.releaseWalletHandleToken(ReleaseWalletHandleTokenRequest releaseWalletHandleTokenRequest) |
Release a wallet handle token
Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.
|
com.squareup.okhttp.Call |
DefaultApi.releaseWalletHandleTokenAsync(ReleaseWalletHandleTokenRequest releaseWalletHandleTokenRequest,
ApiCallback<APIV1POSTWalletReleaseResponse> callback) |
Release a wallet handle token (asynchronously)
Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.
|
com.squareup.okhttp.Call |
DefaultApi.releaseWalletHandleTokenCall(ReleaseWalletHandleTokenRequest releaseWalletHandleTokenRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for releaseWalletHandleToken
|
ApiResponse<APIV1POSTWalletReleaseResponse> |
DefaultApi.releaseWalletHandleTokenWithHttpInfo(ReleaseWalletHandleTokenRequest releaseWalletHandleTokenRequest) |
Release a wallet handle token
Invalidate the passed wallet handle token, making it invalid for use in subsequent requests.
|
APIV1POSTWalletRenameResponse |
DefaultApi.renameWallet(RenameWalletRequest renameWalletRequest) |
Rename a wallet
Rename the underlying wallet to something else
|
com.squareup.okhttp.Call |
DefaultApi.renameWalletAsync(RenameWalletRequest renameWalletRequest,
ApiCallback<APIV1POSTWalletRenameResponse> callback) |
Rename a wallet (asynchronously)
Rename the underlying wallet to something else
|
com.squareup.okhttp.Call |
DefaultApi.renameWalletCall(RenameWalletRequest renameWalletRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for renameWallet
|
ApiResponse<APIV1POSTWalletRenameResponse> |
DefaultApi.renameWalletWithHttpInfo(RenameWalletRequest renameWalletRequest) |
Rename a wallet
Rename the underlying wallet to something else
|
APIV1POSTWalletRenewResponse |
DefaultApi.renewWalletHandleToken(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest) |
Renew a wallet handle token
Renew a wallet handle token, increasing its expiration duration to its initial value
|
com.squareup.okhttp.Call |
DefaultApi.renewWalletHandleTokenAsync(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest,
ApiCallback<APIV1POSTWalletRenewResponse> callback) |
Renew a wallet handle token (asynchronously)
Renew a wallet handle token, increasing its expiration duration to its initial value
|
com.squareup.okhttp.Call |
DefaultApi.renewWalletHandleTokenCall(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for renewWalletHandleToken
|
ApiResponse<APIV1POSTWalletRenewResponse> |
DefaultApi.renewWalletHandleTokenWithHttpInfo(RenewWalletHandleTokenRequest renewWalletHandleTokenRequest) |
Renew a wallet handle token
Renew a wallet handle token, increasing its expiration duration to its initial value
|
APIV1POSTMultisigTransactionSignResponse |
DefaultApi.signMultisigTransaction(SignMultisigRequest signMultisigTransactionRequest) |
Sign a multisig transaction
Start a multisig signature, or add a signature to a partially completed multisig signature object.
|
com.squareup.okhttp.Call |
DefaultApi.signMultisigTransactionAsync(SignMultisigRequest signMultisigTransactionRequest,
ApiCallback<APIV1POSTMultisigTransactionSignResponse> callback) |
Sign a multisig transaction (asynchronously)
Start a multisig signature, or add a signature to a partially completed multisig signature object.
|
com.squareup.okhttp.Call |
DefaultApi.signMultisigTransactionCall(SignMultisigRequest signMultisigTransactionRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for signMultisigTransaction
|
ApiResponse<APIV1POSTMultisigTransactionSignResponse> |
DefaultApi.signMultisigTransactionWithHttpInfo(SignMultisigRequest signMultisigTransactionRequest) |
Sign a multisig transaction
Start a multisig signature, or add a signature to a partially completed multisig signature object.
|
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.
|
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.
|
com.squareup.okhttp.Call |
DefaultApi.signTransactionCall(SignTransactionRequest signTransactionRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for signTransaction
|
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.
|
String |
DefaultApi.swaggerHandler() |
Gets the current swagger spec.
|
com.squareup.okhttp.Call |
DefaultApi.swaggerHandlerAsync(ApiCallback<String> callback) |
Gets the current swagger spec.
|
com.squareup.okhttp.Call |
DefaultApi.swaggerHandlerCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for swaggerHandler
|
ApiResponse<String> |
DefaultApi.swaggerHandlerWithHttpInfo() |
Gets the current swagger spec.
|