• Parameters

    • toolkit: TezosToolkit

      The toolkit instance to attach a signer

    • privateKeyOrEmail: string

      Key to load in memory

    • Optional passphrase: string

      If the key is encrypted passphrase to decrypt it

    • Optional mnemonic: string

      Faucet mnemonic

    • Optional secret: string

      Faucet secret

    Returns Promise<void>

    Description

    Import a key to sign operation with the side-effect of setting the Tezos instance to use the InMemorySigner provider

    Warn

    The JSON faucets are no longer available on https://teztnets.com/

Generated using TypeDoc