We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd50a9 commit 4369045Copy full SHA for 4369045
developers/reference/sdk/sdkshared.md
@@ -232,6 +232,26 @@ The chain name.
232
233
***
234
235
+### chainIdToDomain
236
+
237
+▸ `Static` chainIdToDomain(`chainId`): `number`
238
239
+Returns the chain name for a specified domain.
240
241
+**Parameters**
242
243
+| Name | Type | Description |
244
+| --------- | -------- | -------------- |
245
+| `chainId` | `number` | The domain ID. |
246
247
+**Returns**
248
249
+`number`
250
251
+The domain of the chain.
252
253
+***
254
255
### getBlockNumberFromUnixTimestamp
256
257
▸ `Static` **getBlockNumberFromUnixTimestamp**(`domainId`, `unixTimestamp`): `Promise`<`number`>
0 commit comments