Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed May 29, 2024
1 parent 8585ac9 commit bc3a57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/request/types/btcMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export type GetInfo = MethodParamsAndResult<
export const getAddressesMethodName = 'getAddresses';
export const getAddressesParamsSchema = z.object({
/**
* The purposes for which to generate addresses.
* possible values are "payment", "ordinals", ...
* The purposes for which to generate addresses. See
* {@linkcode AddressPurpose} for available purposes.
*/
purposes: z.array(z.nativeEnum(AddressPurpose)),
/**
Expand Down

0 comments on commit bc3a57c

Please sign in to comment.