Getting Started
Last updated
Last updated
To start building an customized transaction, you need to first initialize TxBuilder
:
There are 4 optional fields to pass in to initialize the TxBuilder
instance:
fetcher
- Refer to .
submitter
- Refer to .
evaluator
- Refer to .
params
You can pass in the protocol parameters directly.
For details about providers' eligibility for each service role, please refer to the providers' session.
Alternatively, if you do not need any of the provider services, you can initialize a TxBuilder
with the new_core
method:
Only evaluator
service with off-node evaluation is integrated at the moment. Other integrations, as described above have been planned and are coming soon.