@superfluid-finance/sdk-core
Version:
SDK Core for building with Superfluid Protocol
12 lines • 694 B
TypeScript
import { ethers } from "ethers";
import Operation from "./Operation";
export default class SuperfluidAgreement {
/**
* Returns the desired Operation based on shouldUseCallAgreement.
* @param shouldUseCallAgreement whether or not to use host.callAgreement
* @param callAgreementOperation the host.callAgreement created Operation
* @param forwarderPopulatedTransactionPromise the populated forwarder transaction promise
*/
_getCallAgreementOperation: (callAgreementOperation: Operation, forwarderPopulatedTransactionPromise?: Promise<ethers.PopulatedTransaction>, shouldUseCallAgreement?: boolean) => Operation;
}
//# sourceMappingURL=SuperfluidAgreement.d.ts.map