This page has been updated for Wallets SDK V1. If you are using the previous version,
see the previous version docs or the V1 migration guide.
createServerSigner(Defined in: packages/wallets/src/utils/server-signers/createServerSigner.ts:41 Creates a server signer by deriving a chain-specific key pair from a master secret using HKDF-SHA256. The derivation is deterministic: same inputs always produce the same signer.params):ServerSigner
Parameters
| Parameter | Type |
|---|---|
params | CreateServerSignerParams |
Returns
ServerSigner
A server signer containing the type, derived address, and key bytes.

