diff --git a/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/04.l2voidsigner.md b/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/04.l2voidsigner.md index 21cf349..b021575 100644 --- a/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/04.l2voidsigner.md +++ b/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/04.l2voidsigner.md @@ -75,7 +75,7 @@ const populatedTx = await signer.populateTransaction({ }); ``` -### Private Methods +### Private methods ::callout{icon="i-heroicons-light-bulb"} These methods are used internally and are not intended for direct use by consumers of the class. diff --git a/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/05. l1voidsigner.md b/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/05. l1voidsigner.md index d27c51c..aa706a0 100644 --- a/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/05. l1voidsigner.md +++ b/content/sdk/10.js/00.ethers/05.api/10.v5/01.accounts/05. l1voidsigner.md @@ -89,7 +89,7 @@ const signer = new L1VoidSigner("
", ethProvider); const balance = await signer.getBalance(); ``` -### Private Methods +### Private methods ::callout{icon="i-heroicons-light-bulb"} These methods are used internally and are not intended for direct use by consumers of the class. diff --git a/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/04.l2voidsigner.md b/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/04.l2voidsigner.md index 21cf349..b021575 100644 --- a/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/04.l2voidsigner.md +++ b/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/04.l2voidsigner.md @@ -75,7 +75,7 @@ const populatedTx = await signer.populateTransaction({ }); ``` -### Private Methods +### Private methods ::callout{icon="i-heroicons-light-bulb"} These methods are used internally and are not intended for direct use by consumers of the class. diff --git a/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/05.l1voidsigner.md b/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/05.l1voidsigner.md index d27c51c..aa706a0 100644 --- a/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/05.l1voidsigner.md +++ b/content/sdk/10.js/00.ethers/05.api/20.v6/01.accounts/05.l1voidsigner.md @@ -89,7 +89,7 @@ const signer = new L1VoidSigner("
", ethProvider); const balance = await signer.getBalance(); ``` -### Private Methods +### Private methods ::callout{icon="i-heroicons-light-bulb"} These methods are used internally and are not intended for direct use by consumers of the class.