Commit c54d27d3 authored by Will Cory's avatar Will Cory Committed by GitHub

Add comments about using options object in next major release

parent cfaed55b
...@@ -659,6 +659,7 @@ export class CrossChainMessenger { ...@@ -659,6 +659,7 @@ export class CrossChainMessenger {
/** /**
* The index of the withdrawal if multiple are made with multicall * The index of the withdrawal if multiple are made with multicall
*/ */
// consider making this an options object next breaking release
messageIndex = 0, messageIndex = 0,
fromBlockOrBlockHash?: BlockTag, fromBlockOrBlockHash?: BlockTag,
toBlockOrBlockHash?: BlockTag toBlockOrBlockHash?: BlockTag
...@@ -1057,6 +1058,7 @@ export class CrossChainMessenger { ...@@ -1057,6 +1058,7 @@ export class CrossChainMessenger {
/** /**
* The index of the withdrawal if multiple are made with multicall * The index of the withdrawal if multiple are made with multicall
*/ */
// consider making this an options object next breaking release
messageIndex = 0, messageIndex = 0,
fromBlockOrBlockHash?: BlockTag, fromBlockOrBlockHash?: BlockTag,
toBlockOrBlockHash?: BlockTag toBlockOrBlockHash?: BlockTag
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment