toJS property

JSGetTransactionParameters get toJS

Implementation

JSGetTransactionParameters get toJS => JSGetTransactionParameters(
      hash: hash?.toJS,
      blockHash: blockHash?.toJS,
      blockNumber: blockNumber?.toJS,
      blockTag: blockTag?.toJS,
      chainId: chainId?.toJS,
      index: index?.toJS,
    );