Transaction.setName

Sets the name of the given transaction. This is very useful when using providers that support named transactions.

class Transaction
void
setName
(
string name
)

Parameters

name string

new name for the transaction.

Meta