Open
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
options
input arguments totransaction
. Extracted as separate issue 787. Fixed in 786. - Documentation must be added to all functions that accept these
transaction
objects stating that the purpose is to give the ability to pass a prefilled transaction with values likenonce
,gasLimit
etc. - We must check for other APIs, e.g. ERCs we have implemented, to see if we need to add a similar
transaction
input argument. The reason for this could be: giving users the ability to configure the exactblock
,nonce
,gasLimit
etc. on each specific call. For read-only operations parameters likeblock
are relevant.
Any additional context?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status