@skip-go/client 0.16.13 → 0.16.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1857,6 +1857,11 @@ type ExecuteRouteOptions = SignerGetters & GasOptions & TransactionCallbacks & {
|
|
|
1857
1857
|
*/
|
|
1858
1858
|
beforeMsg?: CosmosMsg;
|
|
1859
1859
|
afterMsg?: CosmosMsg;
|
|
1860
|
+
/**
|
|
1861
|
+
* Set allowance amount to max if EVM transaction requires allowance approval.
|
|
1862
|
+
*/
|
|
1863
|
+
useUnlimitedApproval?: boolean;
|
|
1864
|
+
/**
|
|
1860
1865
|
/**
|
|
1861
1866
|
* If `skipApproval` is set to `true`, the router will bypass checking whether
|
|
1862
1867
|
* the signer has granted approval for the specified token contract on an EVM chain.
|