Interface: ConnectConfig
connect.ConnectConfig
Hierarchy
↳
ConnectConfig
Properties
headers
Optional
headers: Object
NEAR RPC API headers. Can be used to pass API KEY and other parameters.
See
Index signature
▪ [key: string
]: string
| number
Inherited from
Defined in
helperUrl
Optional
helperUrl: string
NEAR Contract Helper url used to create accounts if no master account is provided
See
Inherited from
Defined in
initialBalance
Optional
initialBalance: string
The balance transferred from the masterAccount to a created account
See
Inherited from
Defined in
jsvmAccountId
Optional
jsvmAccountId: string
JVSM account ID for NEAR JS SDK
Inherited from
Defined in
keyPath
Optional
keyPath: string
Initialize an InMemoryKeyStore by reading the file at keyPath.
Defined in
keyStore
Optional
keyStore: KeyStore
Holds KeyPairs for signing transactions
Inherited from
Defined in
masterAccount
Optional
masterAccount: string
The account to use when creating new accounts
See
Inherited from
Defined in
networkId
networkId: string
KeyPairs are stored in a KeyStore under the networkId
namespace.
Inherited from
Defined in
nodeUrl
nodeUrl: string
NEAR RPC API url. used to make JSON RPC calls to interact with NEAR.
See
Inherited from
Defined in
walletUrl
Optional
walletUrl: string
NEAR wallet url used to redirect users to their wallet in browser applications.
See