Check the documentation for The Root Network Runtime Pallets for more information about the pallets covered by Futureverse Transact.
TransactionBuilder
and instantiate it to access the functionalities supplied by this library for creating transactions and querying the chain.
Static Methods
Before building your transactions and targeting The Root Network pallets, you must importTransactionBuilder
into your component and instantiate it.
Example:
Note: Query capability is exposed from the root of the Transaction Builder class, enabling developers to query the chain. More details are available on the Query page.