toJS property

JSGetByteCodeParameters get toJS

Implementation

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