Skip to content

Commit

Permalink
updated GetAccountResult
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Mar 12, 2024
1 parent b99a97a commit de95c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request/types/btcMethods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ export type SignPsbtResult = {

export type SignPsbt = MethodParamsAndResult<SignPsbtParams, SignPsbtResult>;

export type GetAccountResult = Address[] | Record<string, string> | string[];
export type GetAccountResult = Address[];

export type GetAccounts = MethodParamsAndResult<null, GetAccountResult>;

0 comments on commit de95c7b

Please sign in to comment.