call
Last updated
Last updated
• Docs
/ / call
call(
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
Whether the function can accept an attached deposit.
• options.privateFunction?: boolean
Whether the function can be called by other contracts.
DecoratorFunction