seedWords
seedWords: null | string[]
identity
identity: null | Identity
error
error: null | string
generate
generate: ((opts?: {
strength?: SeedStrength;
}) => void)
confirmWords
confirmWords: (() => Promise<void>)
fail
fail: ((message: string) => void)