toJS property

JSWaitForTransactionReceiptParameters get toJS

Implementation

JSWaitForTransactionReceiptParameters get toJS =>
    JSWaitForTransactionReceiptParameters(
      hash: hash.toJS,
      chainId: chainId?.toJS,
      confirmation: confirmation?.toJS,
      pollingInterval: pollingInterval?.toJS,
      onReplaced: onReplaced?.toJS,
    );