Skip to content

feat(sdk-coin-vet): add token transaction builder for vechain #6487

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

at31416
Copy link
Contributor

@at31416 at31416 commented Jul 20, 2025

Ticket: COIN-4887

@at31416 at31416 marked this pull request as ready for review July 20, 2025 15:00
@at31416 at31416 requested a review from a team as a code owner July 20, 2025 15:00
throw new Error('Token address is not set');
}
this.clauses = this.recipients.map((recipient) => {
const data = utils.getTransferTokenData(recipient.address, String(recipient.amount));
Copy link
Contributor

Choose a reason for hiding this comment

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

This can be imported from abstract-eth if possible as the code for data generation is same

@at31416 at31416 force-pushed the coin-4887 branch 3 times, most recently from 740991b to e2a2bcd Compare July 21, 2025 10:51
Copy link
Contributor

@gianchandania gianchandania left a comment

Choose a reason for hiding this comment

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

lgtm

@at31416 at31416 merged commit e867c03 into master Jul 21, 2025
12 checks passed
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.

2 participants