toJS property

JSGetBlockParameters get toJS

Implementation

JSGetBlockParameters get toJS => JSGetBlockParameters(
      blockHash: blockHash?.toJS,
      blockNumber: blockNumber?.toJS,
      blockTag: blockTag?.toJS,
      chainId: chainId?.toJS,
      includeTransactions: includeTransactions?.toJS,
    );