params abstract method

Object? params([
  1. Commitment? commitment
])

Returns the JSON RPC request's params property value.

Implementation

Object? params([final Commitment? commitment]);