toJS property

JSGetBlockTransactionCountParameters get toJS

Implementation

JSGetBlockTransactionCountParameters get toJS =>
    JSGetBlockTransactionCountParameters(
      chainId: chainId?.toJS,
      cacheTime: cacheTime?.toJS,
    );