Properties
callStatic
callStatic: {
callAgreement(agreement, callData, overrides?): Promise<void>;
}
Type declaration
callAgreement:function
- callAgreement(agreement, callData, overrides?): Promise<void>
Parameters
agreement: string
callData: BytesLike
Optional
overrides: CallOverrides
Returns Promise<void>
estimateGas
estimateGas: {
callAgreement(agreement, callData, overrides?): Promise<BigNumber>;
}
Type declaration
callAgreement:function
- callAgreement(agreement, callData, overrides?): Promise<BigNumber>
Parameters
agreement: string
callData: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
functions
functions: {
callAgreement(agreement, callData, overrides?): Promise<ContractTransaction>;
}
Type declaration
callAgreement:function
- callAgreement(agreement, callData, overrides?): Promise<ContractTransaction>
Parameters
agreement: string
callData: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
interface
interface: FakeSuperfluidMockInterface
populateTransaction
populateTransaction: {
callAgreement(agreement, callData, overrides?): Promise<PopulatedTransaction>;
}
Type declaration
callAgreement:function
- callAgreement(agreement, callData, overrides?): Promise<PopulatedTransaction>
Parameters
agreement: string
callData: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>