Unity SDK TezosConfig object
The Unity SDK class TezosSDK.Tezos.TezosConfig
, which is available at runtime as the TezosConfig.Instance
object, sets the RPC node that the SDK uses to send transactions to Tezos.
Properties
DefaultTimeoutSeconds
: The timeout duration in secondsNetwork
: The type of network, as a Beacon SDKNetworkType
enumerationRpcBaseUrl
: The URL of the RPC node to use
Methods
None.