Creates an Operation of the callAgreement
function on the host contract.
Creates an Operation of the callAgreement
function on the host contract.
the agreement address (cfa or ida address)
the encoded callData for the function
any additional user data
Optional
overrides: Overrides & { ethers overrides object for more control over the transaction sent.
an Operation
class
the agreement address (cfa or ida address)
the encoded callData for the function
any additional user data
ethers overrides object for more control over the transaction sent.
an Operation
class
Creates an Operation of the callAppAction
function on the host contract.
Creates an Operation of the callAppAction
function on the host contract.
the address of the Super App you are calling
the encoded callData for the function
Optional
overrides: Overrides & { ethers overrides object for more control over the transaction sent.
an Operation
class
the address of the Super App you are calling
the encoded callData for the function
ethers overrides object for more control over the transaction sent.
an Operation
class
Generated using TypeDoc
Host Helper Class
Description
A helper class which can be used as a standalone class to populate call agreement transactions.