Interface IMeteorWallet_create_Inputs

Hierarchy

  • Partial<NearConfig>
    • IMeteorWallet_create_Inputs

Properties

appKeyPrefix?: string
deps?: { keyStore: KeyStore }

Deprecated

use NearConfig.keyStore

Type declaration

  • keyStore: KeyStore
headers?: { [key: string]: string | number }

NEAR RPC API headers. Can be used to pass API KEY and other parameters.

See

JsonRpcProvider.JsonRpcProvider | JsonRpcProvider

Type declaration

  • [key: string]: string | number
helperUrl?: string

NEAR Contract Helper url used to create accounts if no master account is provided

See

UrlAccountCreator

initialBalance?: string

The balance transferred from the NearConfig.masterAccount | masterAccount to a created account

See

LocalAccountCreator

keyStore?: KeyStore

Holds KeyPair | KeyPairs for signing transactions

masterAccount?: string

The account to use when creating new accounts

See

LocalAccountCreator

networkId: string
nodeUrl?: string

NEAR RPC API url. used to make JSON RPC calls to interact with NEAR.

See

JsonRpcProvider.JsonRpcProvider | JsonRpcProvider

walletUrl?: string

NEAR wallet url used to redirect users to their wallet in browser applications.

See

https://docs.near.org/docs/tools/near-wallet

Generated using TypeDoc