Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add walletd RPC method hasAddress #224

Merged
merged 1 commit into from
May 5, 2024

Conversation

aivve
Copy link
Collaborator

@aivve aivve commented May 5, 2024

Returns bool isOurs.

Example Request:

{
  "jsonrpc": "2.0",
  "id": "test",
  "method": "hasAddress",
  "params": {
     "address":"Kdev1L9V5ow3cdKNqDpLcFFxZCqu5W2GE9xMKewsB2pUXWxcXvJaUWHcSrHuZw91eYfQFzRtGfTemReSSMN4kE445i6Etb31"
  }
}

Response:

{
    "id": "test",
    "jsonrpc": "2.0",
    "result": {
        "isOurs": true
    }
}

@aivve aivve merged commit d92a0f3 into seredat:master May 5, 2024
5 checks passed
@aivve aivve deleted the dev/walletd_rpc_have_addr branch May 5, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant