NEAR account to sign change method transactions
NEAR account id where the contract is deployed
NEAR smart contract methods that your application will use. These will be available as contract.methodName
Readonly
accountReadonly
contractReadonly
lvePrivate
_changeGenerated using TypeDoc
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