object abstract method

Map<String, dynamic> object()

Returns the configuration object passed to a method call as the last item in the params list.

{
  'jsonrpc': '2.0',
  ...,
  'params': [
    '3C4iYswhNe7Z2LJvxc9qQmF55rsKDUGdiuKVUGpTbRsK',
    // The value returned by this object() call
    {
      'commitment': 'processed',
    }
  ]
}

Implementation

Map<String, dynamic> object();