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.
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);
}
);
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools