near-bindgen • Docs
near-sdk-js v2.0.0 / near-bindgen / call
call(options): DecoratorFunction
options
DecoratorFunction
Tells the SDK to expose this function as a call function. Adds the necessary checks if the function is private or payable.
• options
Options to configure the function behaviour.
• options.payableFunction?: boolean
boolean
Whether the function can accept an attached deposit.
• options.privateFunction?: boolean
Whether the function can be called by other contracts.
packages/near-sdk-js/src/near-bindgen.ts:73arrow-up-right
Last updated 1 year ago