• Get HD account from seed

    Parameters

    • seed: Uint8Array<ArrayBufferLike>
    • type: "SECP256K1" | "BLS"
    • path: string
    • Optionalnetwork: Network

    Returns {
        address: IAddress;
        path: string;
        privateKey: Uint8Array;
        publicKey: Uint8Array;
        type: "SECP256K1" | "BLS";
    }

    • address: IAddress
    • path: string

      Derivation path - only for HD wallets

    • privateKey: Uint8Array

      Private key - only for RAW and HD wallets

    • publicKey: Uint8Array
    • type: "SECP256K1" | "BLS"