viem 0.0.0-main.20240419T030102 → 0.0.0-main.20240420T095039
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/_cjs/errors/version.js +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/actions/public/waitForTransactionReceipt.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
package/_cjs/errors/version.js
CHANGED
@@ -9,7 +9,7 @@ import { getTransaction, } from './getTransaction.js';
|
|
9
9
|
import { getTransactionReceipt, } from './getTransactionReceipt.js';
|
10
10
|
import { watchBlockNumber, } from './watchBlockNumber.js';
|
11
11
|
/**
|
12
|
-
* Waits for the [Transaction](https://viem.sh/docs/glossary/terms#transaction) to be included on a [Block](https://viem.sh/docs/glossary/terms#block) (one confirmation), and then returns the [Transaction Receipt](https://viem.sh/docs/glossary/terms#transaction-receipt).
|
12
|
+
* Waits for the [Transaction](https://viem.sh/docs/glossary/terms#transaction) to be included on a [Block](https://viem.sh/docs/glossary/terms#block) (one confirmation), and then returns the [Transaction Receipt](https://viem.sh/docs/glossary/terms#transaction-receipt).
|
13
13
|
*
|
14
14
|
* - Docs: https://viem.sh/docs/actions/public/waitForTransactionReceipt
|
15
15
|
* - Example: https://stackblitz.com/github/wevm/viem/tree/main/examples/transactions/sending-transactions
|
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20240420T095039';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -48,7 +48,7 @@ export type WaitForTransactionReceiptParameters<TChain extends Chain | undefined
|
|
48
48
|
};
|
49
49
|
export type WaitForTransactionReceiptErrorType = ObserveErrorType | GetBlockErrorType | GetTransactionErrorType | GetTransactionReceiptErrorType | WatchBlockNumberErrorType | ErrorType;
|
50
50
|
/**
|
51
|
-
* Waits for the [Transaction](https://viem.sh/docs/glossary/terms#transaction) to be included on a [Block](https://viem.sh/docs/glossary/terms#block) (one confirmation), and then returns the [Transaction Receipt](https://viem.sh/docs/glossary/terms#transaction-receipt).
|
51
|
+
* Waits for the [Transaction](https://viem.sh/docs/glossary/terms#transaction) to be included on a [Block](https://viem.sh/docs/glossary/terms#block) (one confirmation), and then returns the [Transaction Receipt](https://viem.sh/docs/glossary/terms#transaction-receipt).
|
52
52
|
*
|
53
53
|
* - Docs: https://viem.sh/docs/actions/public/waitForTransactionReceipt
|
54
54
|
* - Example: https://stackblitz.com/github/wevm/viem/tree/main/examples/transactions/sending-transactions
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20240420T095039";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -88,7 +88,7 @@ export type WaitForTransactionReceiptErrorType =
|
|
88
88
|
| ErrorType
|
89
89
|
|
90
90
|
/**
|
91
|
-
* Waits for the [Transaction](https://viem.sh/docs/glossary/terms#transaction) to be included on a [Block](https://viem.sh/docs/glossary/terms#block) (one confirmation), and then returns the [Transaction Receipt](https://viem.sh/docs/glossary/terms#transaction-receipt).
|
91
|
+
* Waits for the [Transaction](https://viem.sh/docs/glossary/terms#transaction) to be included on a [Block](https://viem.sh/docs/glossary/terms#block) (one confirmation), and then returns the [Transaction Receipt](https://viem.sh/docs/glossary/terms#transaction-receipt).
|
92
92
|
*
|
93
93
|
* - Docs: https://viem.sh/docs/actions/public/waitForTransactionReceipt
|
94
94
|
* - Example: https://stackblitz.com/github/wevm/viem/tree/main/examples/transactions/sending-transactions
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20240420T095039'
|
package/package.json
CHANGED