Skip to content

Commit

Permalink
docs: update JSDoc annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 26, 2024
1 parent 82ee7eb commit a078a42
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/onchain/src/address/get-address-transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type GetAddressTransactionsResponse = Extract<
*
* const rpcClient = createRpcClient({
* apiKey: API_KEY,
* rpcUrl: "https://api.developer.coinbase.com/rpc/v1/base",
* network: "base",
* });
*
* getAddressTransactions(rpcClient, [{
Expand Down
2 changes: 1 addition & 1 deletion packages/onchain/src/balance/get-balance-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type GetBalanceDetailsResponse = Extract<
*
* const rpcClient = createRpcClient({
* apiKey: API_KEY,
* rpcUrl: "https://api.developer.coinbase.com/rpc/v1/base",
* network: "base",
* });
*
* getBalanceDetails(rpcClient, [{
Expand Down
2 changes: 1 addition & 1 deletion packages/onchain/src/balance/get-balance-histories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type GetBalanceHistoriesResponse = Extract<
*
* const rpcClient = createRpcClient({
* apiKey: API_KEY,
* rpcUrl: "https://api.developer.coinbase.com/rpc/v1/base",
* network: "base",
* });
*
* getBalanceHistories(rpcClient, [{
Expand Down
2 changes: 1 addition & 1 deletion packages/onchain/src/balance/get-balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type GetBalancesResponse = Extract<
*
* const rpcClient = createRpcClient({
* apiKey: API_KEY,
* rpcUrl: "https://api.developer.coinbase.com/rpc/v1/base",
* network: "base",
* });
*
* getBalances(rpcClient, [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type GetUserOperationReceiptResponse = Extract<
*
* const rpcClient = createRpcClient({
* apiKey: API_KEY,
* rpcUrl: "https://api.developer.coinbase.com/rpc/v1/base",
* network: "base",
* });
*
* await getUserOperationReceipt(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type GetUserOperationByHashResponse = Extract<
*
* const rpcClient = createRpcClient({
* apiKey: API_KEY,
* rpcUrl: "https://api.developer.coinbase.com/rpc/v1/base",
* network: "base",
* });
*
* await getUserOperationByhash(
Expand Down

0 comments on commit a078a42

Please sign in to comment.