@walletmesh/aztec-rpc-wallet 0.5.0 → 0.5.4

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.
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Class: AztecWalletError
8
8
 
9
- Defined in: [aztec/rpc-wallet/src/errors.ts:96](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/errors.ts#L96)
9
+ Defined in: [aztec/rpc-wallet/src/errors.ts:96](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/errors.ts#L96)
10
10
 
11
11
  Custom error class for representing errors specific to the Aztec RPC Wallet.
12
12
  It extends the base JSONRPCError from `@walletmesh/jsonrpc` and uses
@@ -34,7 +34,7 @@ if (!isConnected) {
34
34
 
35
35
  > **new AztecWalletError**(`errorType`, `data?`): `AztecWalletError`
36
36
 
37
- Defined in: [aztec/rpc-wallet/src/errors.ts:111](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/errors.ts#L111)
37
+ Defined in: [aztec/rpc-wallet/src/errors.ts:111](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/errors.ts#L111)
38
38
 
39
39
  Creates a new `AztecWalletError` instance.
40
40
 
@@ -69,7 +69,7 @@ Optional additional data associated with the error. This can be a string
69
69
 
70
70
  > `readonly` **aztecErrorType**: `AztecWalletErrorType`
71
71
 
72
- Defined in: [aztec/rpc-wallet/src/errors.ts:100](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/errors.ts#L100)
72
+ Defined in: [aztec/rpc-wallet/src/errors.ts:100](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/errors.ts#L100)
73
73
 
74
74
  The specific Aztec wallet error type.
75
75
 
@@ -79,7 +79,7 @@ The specific Aztec wallet error type.
79
79
 
80
80
  > `optional` **cause**: `unknown`
81
81
 
82
- Defined in: node\_modules/typescript/lib/lib.es2022.error.d.ts:26
82
+ Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es2022.error.d.ts:26
83
83
 
84
84
  #### Inherited from
85
85
 
@@ -119,7 +119,7 @@ Additional error data.
119
119
 
120
120
  > **message**: `string`
121
121
 
122
- Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1077
122
+ Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1077
123
123
 
124
124
  #### Inherited from
125
125
 
@@ -143,7 +143,7 @@ Defined in: core/jsonrpc/dist/error.d.ts:64
143
143
 
144
144
  > `optional` **stack**: `string`
145
145
 
146
- Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
146
+ Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.es5.d.ts:1078
147
147
 
148
148
  #### Inherited from
149
149
 
@@ -155,7 +155,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
155
155
 
156
156
  > `static` **stackTraceLimit**: `number`
157
157
 
158
- Defined in: node\_modules/@types/node/globals.d.ts:162
158
+ Defined in: node\_modules/.pnpm/@types+node@24.5.2/node\_modules/@types/node/globals.d.ts:68
159
159
 
160
160
  The `Error.stackTraceLimit` property specifies the number of stack frames
161
161
  collected by a stack trace (whether generated by `new Error().stack` or
@@ -195,7 +195,7 @@ Returns a string representation of an object.
195
195
 
196
196
  > `static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
197
197
 
198
- Defined in: node\_modules/@types/node/globals.d.ts:146
198
+ Defined in: node\_modules/.pnpm/@types+node@24.5.2/node\_modules/@types/node/globals.d.ts:52
199
199
 
200
200
  Creates a `.stack` property on `targetObject`, which when accessed returns
201
201
  a string representing the location in the code at which
@@ -265,7 +265,7 @@ a();
265
265
 
266
266
  > `static` **isError**(`error`): `error is Error`
267
267
 
268
- Defined in: node\_modules/typescript/lib/lib.esnext.error.d.ts:23
268
+ Defined in: node\_modules/.pnpm/typescript@5.9.2/node\_modules/typescript/lib/lib.esnext.error.d.ts:23
269
269
 
270
270
  Indicates whether the argument provided is a built-in Error instance or not.
271
271
 
@@ -289,7 +289,7 @@ Indicates whether the argument provided is a built-in Error instance or not.
289
289
 
290
290
  > `static` **prepareStackTrace**(`err`, `stackTraces`): `any`
291
291
 
292
- Defined in: node\_modules/@types/node/globals.d.ts:150
292
+ Defined in: node\_modules/.pnpm/@types+node@24.5.2/node\_modules/@types/node/globals.d.ts:56
293
293
 
294
294
  #### Parameters
295
295
 
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Class: ContractArtifactCache
8
8
 
9
- Defined in: [aztec/rpc-wallet/src/contractArtifactCache.ts:28](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/contractArtifactCache.ts#L28)
9
+ Defined in: [aztec/rpc-wallet/src/contractArtifactCache.ts:28](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/contractArtifactCache.ts#L28)
10
10
 
11
11
  Manages an in-memory cache for Aztec ContractArtifacts.
12
12
 
@@ -38,7 +38,7 @@ to provide efficient artifact access to RPC method handlers.
38
38
 
39
39
  > **new ContractArtifactCache**(`wallet`): `ContractArtifactCache`
40
40
 
41
- Defined in: [aztec/rpc-wallet/src/contractArtifactCache.ts:50](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/contractArtifactCache.ts#L50)
41
+ Defined in: [aztec/rpc-wallet/src/contractArtifactCache.ts:50](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/contractArtifactCache.ts#L50)
42
42
 
43
43
  Creates a new `ContractArtifactCache` instance.
44
44
 
@@ -63,7 +63,7 @@ The `aztec.js` Wallet instance that will be used to
63
63
 
64
64
  > **getContractArtifact**(`contractAddress`): `Promise`\<`ContractArtifact`\>
65
65
 
66
- Defined in: [aztec/rpc-wallet/src/contractArtifactCache.ts:73](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/contractArtifactCache.ts#L73)
66
+ Defined in: [aztec/rpc-wallet/src/contractArtifactCache.ts:73](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/contractArtifactCache.ts#L73)
67
67
 
68
68
  Retrieves the ContractArtifact for a given AztecAddress.
69
69
 
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  > **connectAztec**(`provider`, `chainId`, `methods`): `Promise`\<\{ `sessionId`: `string`; `wallet`: [`AztecDappWallet`](../classes/AztecDappWallet.md); \}\>
10
10
 
11
- Defined in: [aztec/rpc-wallet/src/client/helpers.ts:75](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/client/helpers.ts#L75)
11
+ Defined in: [aztec/rpc-wallet/src/client/helpers.ts:75](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/client/helpers.ts#L75)
12
12
 
13
13
  Establishes a connection to an Aztec wallet service and creates an initialized [AztecDappWallet](../classes/AztecDappWallet.md) instance.
14
14
  This function requests permissions for the specified methods on the given Aztec chain,
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  > **createAztecWallet**(`provider`, `chainId`): `Promise`\<[`AztecDappWallet`](../classes/AztecDappWallet.md)\>
10
10
 
11
- Defined in: [aztec/rpc-wallet/src/client/aztec-dapp-wallet.ts:873](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/client/aztec-dapp-wallet.ts#L873)
11
+ Defined in: [aztec/rpc-wallet/src/client/aztec-dapp-wallet.ts:873](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/client/aztec-dapp-wallet.ts#L873)
12
12
 
13
13
  Helper function to create and initialize an AztecDappWallet instance.
14
14
  This is the recommended way to instantiate an Aztec wallet for dApp use,
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  > **createAztecWalletNode**(`wallet`, `pxe`, `transport`): `JSONRPCNode`\<[`AztecWalletMethodMap`](../interfaces/AztecWalletMethodMap.md), [`JSONRPCEventMap`](https://github.com/WalletMesh/walletmesh-packages/tree/main/core/jsonrpc/docs/interfaces/JSONRPCEventMap.md), [`AztecHandlerContext`](../interfaces/AztecHandlerContext.md)\>
10
10
 
11
- Defined in: [aztec/rpc-wallet/src/wallet/create-node.ts:76](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/wallet/create-node.ts#L76)
11
+ Defined in: [aztec/rpc-wallet/src/wallet/create-node.ts:76](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/wallet/create-node.ts#L76)
12
12
 
13
13
  Creates and configures a JSONRPCNode to serve as an Aztec wallet endpoint.
14
14
  This node is intended to be used on the wallet-side (e.g., in a browser extension
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  > **registerAztecSerializers**(`provider`): `void`
10
10
 
11
- Defined in: [aztec/rpc-wallet/src/client/register-serializers.ts:43](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/client/register-serializers.ts#L43)
11
+ Defined in: [aztec/rpc-wallet/src/client/register-serializers.ts:43](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/client/register-serializers.ts#L43)
12
12
 
13
13
  Registers the [AztecWalletSerializer](../variables/AztecWalletSerializer.md) for all relevant Aztec JSON-RPC methods
14
14
  on a given [WalletRouterProvider](https://github.com/WalletMesh/walletmesh-packages/tree/main/core/router/docs/index/classes/WalletRouterProvider.md) instance.
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  > **registerWalletAztecSerializers**(`node`): `void`
10
10
 
11
- Defined in: [aztec/rpc-wallet/src/wallet/serializers.ts:550](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/wallet/serializers.ts#L550)
11
+ Defined in: [aztec/rpc-wallet/src/wallet/serializers.ts:550](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/wallet/serializers.ts#L550)
12
12
 
13
13
  Registers the [AztecWalletSerializer](../variables/AztecWalletSerializer.md) for all relevant Aztec JSON-RPC methods
14
14
  on a given JSONRPCNode instance.
package/docs/globals.md CHANGED
@@ -1,8 +1,8 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](README.md)
2
2
 
3
3
  ***
4
4
 
5
- # @walletmesh/aztec-rpc-wallet v0.5.0
5
+ # @walletmesh/aztec-rpc-wallet v0.5.4
6
6
 
7
7
  ## Classes
8
8
 
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Interface: AztecHandlerContext
8
8
 
9
- Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:26](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/wallet/handlers/index.ts#L26)
9
+ Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:26](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/wallet/handlers/index.ts#L26)
10
10
 
11
11
  Defines the context object that is passed to all Aztec wallet JSON-RPC method handlers.
12
12
  This context provides handlers with the necessary dependencies to perform their operations.
@@ -26,7 +26,7 @@ It extends the base JSONRPCContext with Aztec-specific instances.
26
26
 
27
27
  > **cache**: [`ContractArtifactCache`](../classes/ContractArtifactCache.md)
28
28
 
29
- Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:29](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/wallet/handlers/index.ts#L29)
29
+ Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:29](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/wallet/handlers/index.ts#L29)
30
30
 
31
31
  An instance of [ContractArtifactCache](../classes/ContractArtifactCache.md) used for caching
32
32
  contract artifacts to optimize performance.
@@ -37,7 +37,7 @@ An instance of [ContractArtifactCache](../classes/ContractArtifactCache.md) used
37
37
 
38
38
  > **pxe**: `PXE`
39
39
 
40
- Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:28](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/wallet/handlers/index.ts#L28)
40
+ Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:28](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/wallet/handlers/index.ts#L28)
41
41
 
42
42
  An instance of PXE (Private Execution Environment) client
43
43
  from `aztec.js`, used for interacting with the Aztec network.
@@ -48,7 +48,7 @@ An instance of PXE (Private Execution Environment) client
48
48
 
49
49
  > **wallet**: `AccountWallet`
50
50
 
51
- Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:27](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/wallet/handlers/index.ts#L27)
51
+ Defined in: [aztec/rpc-wallet/src/wallet/handlers/index.ts:27](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/wallet/handlers/index.ts#L27)
52
52
 
53
53
  An instance of AccountWallet from `aztec.js`,
54
54
  representing the user's account and signing capabilities.
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Interface: AztecWalletContext
8
8
 
9
- Defined in: [aztec/rpc-wallet/src/types.ts:70](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L70)
9
+ Defined in: [aztec/rpc-wallet/src/types.ts:70](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L70)
10
10
 
11
11
  Defines the context object provided to all Aztec wallet-side JSON-RPC method handlers.
12
12
  This context aggregates essential dependencies required by handlers to perform their operations.
@@ -21,7 +21,7 @@ This context aggregates essential dependencies required by handlers to perform t
21
21
 
22
22
  > **cache**: [`ContractArtifactCache`](../classes/ContractArtifactCache.md)
23
23
 
24
- Defined in: [aztec/rpc-wallet/src/types.ts:86](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L86)
24
+ Defined in: [aztec/rpc-wallet/src/types.ts:86](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L86)
25
25
 
26
26
  An instance of [ContractArtifactCache](../classes/ContractArtifactCache.md) used for caching contract artifacts.
27
27
  This helps optimize performance by avoiding redundant fetches of artifact data.
@@ -32,7 +32,7 @@ This helps optimize performance by avoiding redundant fetches of artifact data.
32
32
 
33
33
  > **pxe**: `PXE`
34
34
 
35
- Defined in: [aztec/rpc-wallet/src/types.ts:81](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L81)
35
+ Defined in: [aztec/rpc-wallet/src/types.ts:81](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L81)
36
36
 
37
37
  The `aztec.js` PXE (Private Execution Environment) client instance.
38
38
  This is used for interacting with the Aztec network, such as simulating transactions,
@@ -44,7 +44,7 @@ getting node information, fetching blocks, and managing private state.
44
44
 
45
45
  > **wallet**: `AccountWallet`
46
46
 
47
- Defined in: [aztec/rpc-wallet/src/types.ts:75](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L75)
47
+ Defined in: [aztec/rpc-wallet/src/types.ts:75](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L75)
48
48
 
49
49
  The `aztec.js` AccountWallet instance. This wallet holds the user's account keys
50
50
  and provides methods for signing, creating transactions, and interacting with the PXE.
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  # Interface: AztecWalletMethodMap
8
8
 
9
- Defined in: [aztec/rpc-wallet/src/types.ts:115](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L115)
9
+ Defined in: [aztec/rpc-wallet/src/types.ts:115](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L115)
10
10
 
11
11
  Defines the complete map of all JSON-RPC methods supported by the Aztec RPC Wallet.
12
12
  This interface extends the base WalletMethodMap from `@walletmesh/router`
@@ -39,7 +39,7 @@ Methods are loosely grouped by functionality (Chain/Node, Account, Sender, etc.)
39
39
 
40
40
  > **aztec\_createAuthWit**: `object`
41
41
 
42
- Defined in: [aztec/rpc-wallet/src/types.ts:199](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L199)
42
+ Defined in: [aztec/rpc-wallet/src/types.ts:199](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L199)
43
43
 
44
44
  Creates an AuthWitness (authorization witness) for a given message hash or intent.
45
45
  Used for delegating actions.
@@ -70,7 +70,7 @@ result - The created AuthWitness.
70
70
 
71
71
  > **aztec\_getAddress**: `object`
72
72
 
73
- Defined in: [aztec/rpc-wallet/src/types.ts:183](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L183)
73
+ Defined in: [aztec/rpc-wallet/src/types.ts:183](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L183)
74
74
 
75
75
  Retrieves the primary AztecAddress of the wallet's account.
76
76
 
@@ -96,7 +96,7 @@ result - The wallet's AztecAddress.
96
96
 
97
97
  > **aztec\_getBlock**: `object`
98
98
 
99
- Defined in: [aztec/rpc-wallet/src/types.ts:133](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L133)
99
+ Defined in: [aztec/rpc-wallet/src/types.ts:133](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L133)
100
100
 
101
101
  Retrieves a specific L2 block by its number.
102
102
 
@@ -126,7 +126,7 @@ result - The L2Block data, or null/undefined if not found (behavior depends on P
126
126
 
127
127
  > **aztec\_getBlockNumber**: `object`
128
128
 
129
- Defined in: [aztec/rpc-wallet/src/types.ts:139](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L139)
129
+ Defined in: [aztec/rpc-wallet/src/types.ts:139](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L139)
130
130
 
131
131
  Retrieves the current (latest) L2 block number.
132
132
 
@@ -152,7 +152,7 @@ result - The current block number.
152
152
 
153
153
  > **aztec\_getChainId**: `object`
154
154
 
155
- Defined in: [aztec/rpc-wallet/src/types.ts:145](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L145)
155
+ Defined in: [aztec/rpc-wallet/src/types.ts:145](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L145)
156
156
 
157
157
  Retrieves the chain ID of the connected Aztec network.
158
158
 
@@ -178,7 +178,7 @@ result - The chain ID as an Fr.
178
178
 
179
179
  > **aztec\_getCompleteAddress**: `object`
180
180
 
181
- Defined in: [aztec/rpc-wallet/src/types.ts:189](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L189)
181
+ Defined in: [aztec/rpc-wallet/src/types.ts:189](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L189)
182
182
 
183
183
  Retrieves the CompleteAddress of the wallet's account, including public keys.
184
184
 
@@ -204,7 +204,7 @@ result - The wallet's CompleteAddress.
204
204
 
205
205
  > **aztec\_getContractClassMetadata**: `object`
206
206
 
207
- Defined in: [aztec/rpc-wallet/src/types.ts:256](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L256)
207
+ Defined in: [aztec/rpc-wallet/src/types.ts:256](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L256)
208
208
 
209
209
  Retrieves ContractClassMetadata for a specific contract class.
210
210
 
@@ -238,7 +238,7 @@ result - The ContractClassMetadata.
238
238
 
239
239
  > **aztec\_getContractMetadata**: `object`
240
240
 
241
- Defined in: [aztec/rpc-wallet/src/types.ts:245](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L245)
241
+ Defined in: [aztec/rpc-wallet/src/types.ts:245](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L245)
242
242
 
243
243
  Retrieves ContractMetadata for a specific deployed contract.
244
244
 
@@ -268,7 +268,7 @@ result - The ContractMetadata for the specified contract.
268
268
 
269
269
  > **aztec\_getContracts**: `object`
270
270
 
271
- Defined in: [aztec/rpc-wallet/src/types.ts:238](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L238)
271
+ Defined in: [aztec/rpc-wallet/src/types.ts:238](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L238)
272
272
 
273
273
  Retrieves a list of all AztecAddresses of contracts known to the PXE/wallet.
274
274
 
@@ -294,7 +294,7 @@ result - An array of contract AztecAddresses.
294
294
 
295
295
  > **aztec\_getCurrentBaseFees**: `object`
296
296
 
297
- Defined in: [aztec/rpc-wallet/src/types.ts:175](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L175)
297
+ Defined in: [aztec/rpc-wallet/src/types.ts:175](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L175)
298
298
 
299
299
  Retrieves the current base gas fees on the network.
300
300
 
@@ -320,7 +320,7 @@ result - A GasFees object.
320
320
 
321
321
  > **aztec\_getNodeInfo**: `object`
322
322
 
323
- Defined in: [aztec/rpc-wallet/src/types.ts:157](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L157)
323
+ Defined in: [aztec/rpc-wallet/src/types.ts:157](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L157)
324
324
 
325
325
  Retrieves comprehensive information about the connected Aztec node.
326
326
 
@@ -346,7 +346,7 @@ result - A NodeInfo object.
346
346
 
347
347
  > **aztec\_getPrivateEvents**: `object`
348
348
 
349
- Defined in: [aztec/rpc-wallet/src/types.ts:386](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L386)
349
+ Defined in: [aztec/rpc-wallet/src/types.ts:386](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L386)
350
350
 
351
351
  Retrieves private (encrypted) events from the blockchain.
352
352
 
@@ -392,7 +392,7 @@ result - An array of decoded private event data (type `unknown[]`, actual type d
392
392
 
393
393
  > **aztec\_getProvenBlockNumber**: `object`
394
394
 
395
- Defined in: [aztec/rpc-wallet/src/types.ts:163](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L163)
395
+ Defined in: [aztec/rpc-wallet/src/types.ts:163](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L163)
396
396
 
397
397
  Retrieves the latest L2 block number that has been proven.
398
398
 
@@ -418,7 +418,7 @@ result - The latest proven block number.
418
418
 
419
419
  > **aztec\_getPublicEvents**: `object`
420
420
 
421
- Defined in: [aztec/rpc-wallet/src/types.ts:404](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L404)
421
+ Defined in: [aztec/rpc-wallet/src/types.ts:404](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L404)
422
422
 
423
423
  Retrieves public (unencrypted) events from the blockchain.
424
424
 
@@ -456,7 +456,7 @@ result - An array of decoded public event data (type `unknown[]`, actual type de
456
456
 
457
457
  > **aztec\_getPXEInfo**: `object`
458
458
 
459
- Defined in: [aztec/rpc-wallet/src/types.ts:169](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L169)
459
+ Defined in: [aztec/rpc-wallet/src/types.ts:169](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L169)
460
460
 
461
461
  Retrieves information about the PXE service, including capabilities and version.
462
462
 
@@ -482,7 +482,7 @@ result - A PXEInfo object.
482
482
 
483
483
  > **aztec\_getSenders**: `object`
484
484
 
485
- Defined in: [aztec/rpc-wallet/src/types.ts:220](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L220)
485
+ Defined in: [aztec/rpc-wallet/src/types.ts:220](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L220)
486
486
 
487
487
  Retrieves a list of all currently authorized sender AztecAddresses.
488
488
 
@@ -508,7 +508,7 @@ result - An array of authorized AztecAddresses.
508
508
 
509
509
  > **aztec\_getTxReceipt**: `object`
510
510
 
511
- Defined in: [aztec/rpc-wallet/src/types.ts:310](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L310)
511
+ Defined in: [aztec/rpc-wallet/src/types.ts:310](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L310)
512
512
 
513
513
  Retrieves the TxReceipt for a transaction.
514
514
 
@@ -538,7 +538,7 @@ result - The TxReceipt.
538
538
 
539
539
  > **aztec\_getVersion**: `object`
540
540
 
541
- Defined in: [aztec/rpc-wallet/src/types.ts:151](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L151)
541
+ Defined in: [aztec/rpc-wallet/src/types.ts:151](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L151)
542
542
 
543
543
  Retrieves the version of the connected PXE (Private Execution Environment) or node.
544
544
 
@@ -564,7 +564,7 @@ result - The version as an Fr.
564
564
 
565
565
  > **aztec\_profileTx**: `object`
566
566
 
567
- Defined in: [aztec/rpc-wallet/src/types.ts:345](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L345)
567
+ Defined in: [aztec/rpc-wallet/src/types.ts:345](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L345)
568
568
 
569
569
  Profiles a TxExecutionRequest for performance analysis.
570
570
 
@@ -606,7 +606,7 @@ result - The TxProfileResult.
606
606
 
607
607
  > **aztec\_proveTx**: `object`
608
608
 
609
- Defined in: [aztec/rpc-wallet/src/types.ts:290](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L290)
609
+ Defined in: [aztec/rpc-wallet/src/types.ts:290](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L290)
610
610
 
611
611
  Generates proofs for a transaction execution request.
612
612
 
@@ -640,7 +640,7 @@ result - The TxProvingResult, including the proven transaction.
640
640
 
641
641
  > **aztec\_registerContract**: `object`
642
642
 
643
- Defined in: [aztec/rpc-wallet/src/types.ts:267](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L267)
643
+ Defined in: [aztec/rpc-wallet/src/types.ts:267](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L267)
644
644
 
645
645
  Registers a deployed contract instance with the wallet.
646
646
 
@@ -674,7 +674,7 @@ result - `true` if registration was successful.
674
674
 
675
675
  > **aztec\_registerContractClass**: `object`
676
676
 
677
- Defined in: [aztec/rpc-wallet/src/types.ts:277](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L277)
677
+ Defined in: [aztec/rpc-wallet/src/types.ts:277](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L277)
678
678
 
679
679
  Registers a contract class (bytecode and ABI) with the wallet.
680
680
 
@@ -704,7 +704,7 @@ result - `true` if registration was successful.
704
704
 
705
705
  > **aztec\_registerSender**: `object`
706
706
 
707
- Defined in: [aztec/rpc-wallet/src/types.ts:211](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L211)
707
+ Defined in: [aztec/rpc-wallet/src/types.ts:211](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L211)
708
708
 
709
709
  Registers a new authorized sender AztecAddress.
710
710
 
@@ -734,7 +734,7 @@ result - The registered AztecAddress.
734
734
 
735
735
  > **aztec\_removeSender**: `object`
736
736
 
737
- Defined in: [aztec/rpc-wallet/src/types.ts:227](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L227)
737
+ Defined in: [aztec/rpc-wallet/src/types.ts:227](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L227)
738
738
 
739
739
  Removes an AztecAddress from the list of authorized senders.
740
740
 
@@ -764,7 +764,7 @@ result - `true` if removal was successful.
764
764
 
765
765
  > **aztec\_sendTx**: `object`
766
766
 
767
- Defined in: [aztec/rpc-wallet/src/types.ts:300](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L300)
767
+ Defined in: [aztec/rpc-wallet/src/types.ts:300](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L300)
768
768
 
769
769
  Sends a proven Tx (transaction) to the network.
770
770
 
@@ -794,7 +794,7 @@ result - The TxHash of the sent transaction.
794
794
 
795
795
  > **aztec\_simulateTx**: `object`
796
796
 
797
- Defined in: [aztec/rpc-wallet/src/types.ts:325](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L325)
797
+ Defined in: [aztec/rpc-wallet/src/types.ts:325](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L325)
798
798
 
799
799
  Simulates a TxExecutionRequest without sending it to the network.
800
800
 
@@ -844,7 +844,7 @@ result - The TxSimulationResult.
844
844
 
845
845
  > **aztec\_simulateUtility**: `object`
846
846
 
847
- Defined in: [aztec/rpc-wallet/src/types.ts:364](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L364)
847
+ Defined in: [aztec/rpc-wallet/src/types.ts:364](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L364)
848
848
 
849
849
  Simulates a utility (view) function call.
850
850
 
@@ -890,7 +890,7 @@ result - The UtilitySimulationResult.
890
890
 
891
891
  > **aztec\_wmDeployContract**: `object`
892
892
 
893
- Defined in: [aztec/rpc-wallet/src/types.ts:434](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L434)
893
+ Defined in: [aztec/rpc-wallet/src/types.ts:434](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L434)
894
894
 
895
895
  WalletMesh specific: Deploys a new contract using its artifact and constructor arguments.
896
896
  The wallet handles address computation, proving, and sending the deployment transaction.
@@ -930,7 +930,7 @@ result - An object with `txHash` (TxHash) and `contractAddress` (AztecAddress).
930
930
 
931
931
  > **aztec\_wmExecuteTx**: `object`
932
932
 
933
- Defined in: [aztec/rpc-wallet/src/types.ts:421](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L421)
933
+ Defined in: [aztec/rpc-wallet/src/types.ts:421](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L421)
934
934
 
935
935
  WalletMesh specific: Executes a contract function interaction using a pre-constructed ExecutionPayload.
936
936
  The wallet handles simulation, proving, and sending.
@@ -961,7 +961,7 @@ result - The TxHash of the sent transaction.
961
961
 
962
962
  > **aztec\_wmSimulateTx**: `object`
963
963
 
964
- Defined in: [aztec/rpc-wallet/src/types.ts:454](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L454)
964
+ Defined in: [aztec/rpc-wallet/src/types.ts:454](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L454)
965
965
 
966
966
  WalletMesh specific: Simulates a contract function interaction using a pre-constructed ExecutionPayload.
967
967
 
@@ -991,7 +991,7 @@ result - The TxSimulationResult.
991
991
 
992
992
  > **wm\_getSupportedMethods**: `object`
993
993
 
994
- Defined in: [aztec/rpc-wallet/src/types.ts:124](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L124)
994
+ Defined in: [aztec/rpc-wallet/src/types.ts:124](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L124)
995
995
 
996
996
  Retrieves a list of all JSON-RPC methods supported by this wallet implementation.
997
997
  Allows clients to discover the capabilities of the wallet.
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  > **AztecChainId** = `` `aztec:${string}` ``
10
10
 
11
- Defined in: [aztec/rpc-wallet/src/types.ts:62](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/types.ts#L62)
11
+ Defined in: [aztec/rpc-wallet/src/types.ts:62](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/types.ts#L62)
12
12
 
13
13
  Type-safe Aztec chain ID format following the CAIP-2 standard.
14
14
 
@@ -1,4 +1,4 @@
1
- [**@walletmesh/aztec-rpc-wallet v0.5.0**](../README.md)
1
+ [**@walletmesh/aztec-rpc-wallet v0.5.4**](../README.md)
2
2
 
3
3
  ***
4
4
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  > `const` **ALL\_AZTEC\_METHODS**: readonly \[`"aztec_getAddress"`, `"aztec_getCompleteAddress"`, `"aztec_getChainId"`, `"aztec_getVersion"`, `"aztec_sendTx"`, `"aztec_getTxReceipt"`, `"aztec_simulateTx"`, `"aztec_getNodeInfo"`, `"aztec_getBlockNumber"`, `"aztec_getCurrentBaseFees"`, `"aztec_registerSender"`, `"aztec_getSenders"`, `"aztec_removeSender"`, `"aztec_registerContract"`, `"aztec_registerContractClass"`, `"aztec_getContractMetadata"`, `"aztec_getContractClassMetadata"`, `"aztec_proveTx"`, `"aztec_profileTx"`, `"aztec_simulateUtility"`, `"aztec_getPrivateEvents"`, `"aztec_getPublicEvents"`, `"aztec_getPXEInfo"`, `"aztec_getBlock"`, `"aztec_createAuthWit"`, `"aztec_wmDeployContract"`, `"aztec_wmExecuteTx"`, `"aztec_wmSimulateTx"`\]
10
10
 
11
- Defined in: [aztec/rpc-wallet/src/client/helpers.ts:17](https://github.com/WalletMesh/walletmesh-packages/blob/fd734440d9c5e6ff3c77f868722c74b1be65d39d/aztec/rpc-wallet/src/client/helpers.ts#L17)
11
+ Defined in: [aztec/rpc-wallet/src/client/helpers.ts:17](https://github.com/WalletMesh/walletmesh-packages/blob/441c37c9745b2e99f43add247d17e8d0e84a0495/aztec/rpc-wallet/src/client/helpers.ts#L17)
12
12
 
13
13
  A comprehensive list of all JSON-RPC methods supported by the Aztec RPC wallet.
14
14
  This array includes standard Aztec wallet methods as well as WalletMesh-specific extensions (prefixed with `wm_`).