Class KeyStoreAbstract

KeyStores are passed to "@near-js/wallet-account".near.Near | Near via "@near-js/wallet-account".near.NearConfig | NearConfig and are used by the "@near-js/signers".in_memory_signer.InMemorySigner | InMemorySigner to sign transactions.

Hierarchy

  • KeyStore

Constructors

Methods

  • Returns Promise<void>

  • Parameters

    • networkId: string

    Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<KeyPair>

  • Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<void>

  • Parameters

    • networkId: string
    • accountId: string
    • keyPair: KeyPair

    Returns Promise<void>

Generated using TypeDoc