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 steem.api.findChangeRecoveryAccountRequests #509

Merged

Conversation

DoctorLai
Copy link
Contributor

Get the change requests of recovery account for multiple accounts.

steem.api.findChangeRecoveryAccountRequests(['justyy222', 'ety001', 'justyy'], function(err, data) {
	console.log(err, data);
});

Return Example:

{"requests":
  [
    {
      "id":2238,
      "account_to_recover":"justyy222",
      "recovery_account":"happyukgo",
      "effective_on":"2024-09-24T06:15:33"
    }
  ]
}

image

@ety001 ety001 merged commit 42cdb48 into steemit:master Aug 31, 2024
1 check passed
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.

2 participants