Skip to content

@armada/sdk / index / deriveKeyset

Function: deriveKeyset()

deriveKeyset(rootSecret): Promise<Keyset>

Defined in: src/wallet/derive.ts:56

rootSecret (32 bytes) → full canonical keyset via the entropy → BIP-39 mnemonic detour (SPEC §4.2, decision 6). Verified vs keyset-vectors.json (Phase 0 Spike 1); closes the deferred keyset vector.

Parameters

rootSecret

Uint8Array

Returns

Promise<Keyset>