Community PR Merged: Add steem.api.getExpiringVestingDelegationsAsync to SteemJs

in hive-102132 •  6 months ago 

steem.api.getExpiringVestingDelegations is missing from steemjs:

The VM94:4 Uncaught TypeError: steem.api.getExpiringVestingDelegations is not a function

Thus, I have commited a PR to steemjs and it got merged.

image.png

Tested using SteemJs Editor

const account = "justyy";
const start = "2024-01-01T01:02:03";
const limit = 100;

steem.api.send(
    "condenser_api",
    {
        method: "get_expiring_vesting_delegations",
        params: [ account, start, limit ]
    },
    function(err, result) {
        log(err, result);
    }
);

image.png

Steem to the Moon🚀!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  6 months ago 

!ask testing

It looks like you're testing the system. How can I assist you today?


command: !ask is powered by witness @justyy and his contributions are: https://steemyy.com
More commands are coming!.
!ask is currently based on ChatGPT-3.5