This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Update documentation according to #6294 #6330
Open
Description
The final outputs of #6294 need to be documented.
A new parameter,
fillInputAndData
, was added to theoptions
argument forformatTransaction
. This method is used for formatting both user submitted and RPC response transaction objects. So, we need a flag to determine whether to leave the transaction object as given, or fill in theinput
ordata
properties if they weren't present. ThefillInputAndData
option is set inrpc_method_wrappers.ts
for relevant methods
Originally posted by @spacesailor24 in #6294 (comment)