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

Transfer transactions factory #341

Merged
merged 8 commits into from
Oct 31, 2023
Merged

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Oct 24, 2023

Implemented the transfer transactions factory as described here.

@popenta popenta self-assigned this Oct 24, 2023
@popenta popenta marked this pull request as draft October 24, 2023 13:55
Base automatically changed from transfer-and-execute to feat/factories October 26, 2023 11:25
@popenta popenta marked this pull request as ready for review October 26, 2023 12:26
danielailie
danielailie previously approved these changes Oct 26, 2023
gasLimitMultiESDTNFTTransfer: BigNumber.Value;
}

interface TokenComputer {
Copy link
Contributor

Choose a reason for hiding this comment

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

Here we use the prefix I by convention. But it's all right this way, as well, since the interface is not exported.

}).build();
}

private createSingleESDTTransferDraft(options: {
Copy link
Contributor

Choose a reason for hiding this comment

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

The suffix draft can be omitted, just like for the public methods.

@popenta popenta merged commit dd3271a into feat/factories Oct 31, 2023
1 check passed
@popenta popenta deleted the transfer-transactions-factory branch October 31, 2023 10:18
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