Interface: TransactionParams<T>
This is the common parameter format all the transaction functions expect as their only parameter. It consists of atransactionSettings object and an
optional operationSettings object. The transactionSettings object’s
properties will be different depending on the function being called. Read the
docs of each transaction related function to see the expected properties of
the transactionSettings object.
Type Parameters
T
T
Properties
operationSettings?
optionaloperationSettings:OperationSettings
transactionSettings?
An object with the parameters relevant to different transaction operations. Read the documentation of each function to see the expected properties of this object.optionaltransactionSettings:T