Skip to content

Commit

Permalink
feat: add signArbitrary to Wallet type
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Dec 15, 2023
1 parent f916347 commit 980f8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graz/src/types/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export type Wallet = Pick<
| "signDirect"
| "signAmino"
> & {
signArbitrary?: Keplr["signArbitrary"];
subscription?: (reconnect: () => void) => () => void;
init?: () => Promise<unknown>;
disable?: (chainIds?: string | undefined) => Promise<void>;
Expand Down

0 comments on commit 980f8fe

Please sign in to comment.