Function generateSeed

  • Name

    generateSeed

    Summary

    Generate a new account

    Returns

    An object with the seed and the public address

    Returns Promise<{
        address: string;
        seed: string;
    }>

Generated using TypeDoc