Implements

Constructors

  • If privateKey vault is initialized with a secretKey, it creates one account with the fallowing secret

    Parameters

    Returns PrivateKeyVault

Properties

type: "privateKey" = 'privateKey'

Methods

  • Returns {
        address: AbstractAddress;
        publicKey: string;
    }

  • Parameters

    Returns string

  • Parameters

    • privateKey: string

    Returns {
        address: AbstractAddress;
        publicKey: string;
    }