Skip to main content
Version: near-api-js@1.1.0

Interface: ContractMethods

contract.ContractMethods

Properties

changeMethods

changeMethods: string[]

Methods that change state. These methods cost gas and require a signed transaction.

See

functionCall

Defined in

contract.ts:37


viewMethods

viewMethods: string[]

View methods do not require a signed transaction.

See

viewFunction

Defined in

contract.ts:44