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

💡 [TransactionRequestInput] - Request input is missing the ability to specify some fields required for dapps #1483

Open
darrenvechain opened this issue Nov 7, 2024 · 1 comment

Comments

@darrenvechain
Copy link
Member

darrenvechain commented Nov 7, 2024

Summary

When specifying the TransactionRequestInput, users should be able to specify:

  • A comment, describing the transaction
  • A delegation URL, to delegate the transaction

Basic Example

const signer = new VeChainAbstractSigner(...)

const tx = await signer.sendTransaction({ comment: "Hello", delegationURL: "https://example.com"})
@victhorbi
Copy link
Collaborator

Related to #1517

@victhorbi victhorbi modified the milestones: 1.0.0-RC.3, 1.x (Audit) Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants