Static
Readonly
abi
abi: readonly [{
inputs: readonly [{
internalType: "contract ISuperfluid";
name: "host";
type: "address";
}, {
internalType: "contract SuperAppMock";
name: "app";
type: "address";
}, {
internalType: "bytes";
name: "ctx";
type: "bytes";
}];
name: "actionCallActionNoop";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}, {
inputs: readonly [{
internalType: "contract ISuperfluid";
name: "host";
type: "address";
}, {
internalType: "contract AgreementMock";
name: "agreement";
type: "address";
}, {
internalType: "uint256";
name: "ping";
type: "uint256";
}, {
internalType: "bytes";
name: "ctx";
type: "bytes";
}];
name: "actionPingAgreement";
outputs: readonly [];
stateMutability: "nonpayable";
type: "function";
}]