NEAR account id where the contract is deployed
NEAR smart contract methods that your application will use. These will be available as contract.methodName
Optional
Readonly
accountReadonly
connectionReadonly
contractReadonly
lvePrivate
_change
Defines a smart contract on NEAR including the change (mutable) and view (non-mutable) methods
See
https://docs.near.org/tools/near-api-js/quick-reference#contract
Example