Account.Contract
The contract object of an Account is used to interact with the contract's actions.
#
MethodsThe contract object defines a function for each action of the contract's ABI.
TActionAuthorization): Promise<TTransactionTrace>#
{{actionName}}(data: ActionData, authorization?:Sends a transaction consisting of this single action with the provided data and authorization payload.
If no authorization is provided, it falls back to the active
permission of the account the contract is deployed on.