-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Labels
Description
What context is your feature request related to?
API update.
What solution would you like?
We have function that accept CodableTransaction data type by the name options. The name is old that was left from old days using TransactionOptions.
- We must at least update that API by renaming
optionsinput arguments totransaction. Extracted as separate issue 787. Fixed in 786. - Documentation must be added to all functions that accept these
transactionobjects stating that the purpose is to give the ability to pass a prefilled transaction with values likenonce,gasLimitetc. - We must check for other APIs, e.g. ERCs we have implemented, to see if we need to add a similar
transactioninput argument. The reason for this could be: giving users the ability to configure the exactblock,nonce,gasLimitetc. on each specific call. For read-only operations parameters likeblockare relevant.
Any additional context?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status