toJS property

JSGetTransactionCountParameters get toJS

Implementation

JSGetTransactionCountParameters get toJS => JSGetTransactionCountParameters(
      address: address.toJS,
      blockNumber: blockNumber?.toJS,
      blockTag: blockTag?.toJS,
      chainId: chainId?.toJS,
    );