Capitalisk / ldpos-commander

CLI client for LDPoS blockchains
MIT License
3 stars 2 forks source link

Add methods to get details about pending transactions related to the current user's wallet #42

Closed jondubois closed 3 years ago

jondubois commented 3 years ago

A new command should be added to show the list of pending transactions which belong to the current logged in account with pagination.

For example account list pending-transactions. This list can be fetched using ldposClient.getOutboundPendingTransactions(walletAddress, offset, limit).

maarteNNNN commented 3 years ago

added in 0f70a0f1c45a4a4e348cce1d259ed2de8a6c112c it's added to wallet list pending-transactions wallet is related to the current logged in account while account refers to a third-party accound.