LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

When adding transaction, the transaction pool should return the name of the queue along with the status. #1166

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

Expected behavior

When adding transaction in the transaction pool, the function should return the name of the queue the transaction is being added to.

Actual behavior

The AddTransactionResult currently has the following interface:

export interface AddTransactionResult {
    readonly alreadyExists: boolean;
    readonly isFull: boolean;

Which version(s) does this affect? (Environment, OS, etc...)

2.1.0