Skip to content

Conversation

@Flouse
Copy link

@Flouse Flouse commented Feb 15, 2025

vout: number;
}) => Promise<TxOutspend>;
getTxOutspends: (params: { txid: string }) => Promise<Array<TxOutspend>>;
getTransactionTimes: (params: { txId: string[] }) => Promise<Array<number>>;
Copy link
Collaborator

@ShookLyngs ShookLyngs Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The naming of the method getTransactionTimes is not consistent with the others. The new method uses Transaction, while the others use Tx. Should we rename it for our package?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

4 participants