Skip to content

Commit

Permalink
use new wallet seed type
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Dec 18, 2024
1 parent 74f1fac commit 652dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/packages/wallet/src/hooks/useWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface WalletHookParams {
mnemonic?: string
path?: string
required?: boolean
seed?: Uint8Array | string
seed?: ArrayBufferLike | string
wallet?: WalletInstance | null
}

Expand Down

0 comments on commit 652dfb2

Please sign in to comment.