KeyStores are passed to near!Near via near!NearConfig and are used by the signer!InMemorySigner to sign transactions.

See

connect

Constructors

Methods

  • Parameters

    • networkId: string
    • accountId: string

    Returns Promise<string[]>

  • Parameters

    • networkId: string
    • accountId: string
    • contractId: string

    Returns Promise<KeyPair>

  • Parameters

    • networkId: string
    • accountId: string
    • contractId: string

    Returns Promise<void>

  • Parameters

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

    Returns Promise<void>