Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias fromSeedFunctionType

    fromSeedFunctionType: (
        seed: ArrayBuffer | string,
        index: number,
    ) =>
        | IdentifierKeyPair
        | ED25519KeyPair
        | ECDSASECP256K1KeyPair
        | ECDSASECP256R1KeyPair

    Construct new instance from seed+index

    Type declaration