TronDelegate

public protocol TronDelegate : AnyObject

Protocol used to allow APIRequest to communicate with TRON instance.

  • Alamofire.Session used to send requests

    Declaration

    Swift

    var session: Alamofire.Session { get }
  • Global array of plugins on TRON instance

    Declaration

    Swift

    var plugins: [Plugin] { get }