Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark old stuff as deprecated #360

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Mark old stuff as deprecated #360

merged 1 commit into from
Dec 13, 2023

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Dec 12, 2023

No description provided.

@popenta popenta self-assigned this Dec 12, 2023
@@ -11,6 +11,9 @@ interface IGasEstimator {
forMultiESDTNFTTransfer(dataLength: number, numTransfers: number): number;
}

/**
* @deprecated Use {@link NextTransferTransactionsFactory} instead.
Copy link
Contributor

Choose a reason for hiding this comment

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

Good temporary workaround - until v14 👍

@@ -22,7 +22,7 @@ interface TokenComputer {
isFungible(token: Token): boolean;
}

export class TransferTransactionsFactory {
export class NextTransferTransactionsFactory {
Copy link
Contributor

Choose a reason for hiding this comment

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

Good temporary workaround - until v14 👍

@popenta popenta merged commit 09133bf into feat/next Dec 13, 2023
1 check passed
@popenta popenta deleted the deprecate-old-stuff branch December 13, 2023 09:09
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.

3 participants