Skip to main content

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 seconds
  • Network: The type of network, as a Beacon SDK NetworkType enumeration
  • RpcBaseUrl: The URL of the RPC node to use

Methods

None.