DataProviderConfigSO scriptable object
The DataProviderConfigSO scriptable object sets the indexer that the SDK uses to get information about Tezos, such as an account's token balances. Some Tezos dApps use a custom indexer to provide specific information that they need.
Properties
Script
: The attached script that implements the objectNetwork
: A variable that lets you select which network to use, such as Tezos Mainnet or the Ghostnet testnetBase Url Format
: The URL of the indexer to use; this value replaces the variable{network}
with the value of theNetwork
fieldRequest Timeout Seconds
: The time in seconds to wait for a response from the indexerDocumentation Url
: A link to the API reference for the indexer
For more information about indexers, see Indexers.