BlockfrostServiceProvider mixin
A mixin defining the service provider contract for interacting with the Tron network.
Properties
Methods
- 
  get(BlockforestRequestDetails params, [Duration? timeout]) → Future 
- 
  Makes an HTTP GET request to the Tron network with the specified params.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  post(BlockforestRequestDetails params, [Duration? timeout]) → Future 
- 
  Makes an HTTP POST request to the Tron network with the specified params.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited