Properties
callStatic
callStatic: {
afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>;
allowCompositeApp(overrides?): Promise<void>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<string>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: CallOverrides
Returns Promise<string>
allowCompositeApp:function
- allowCompositeApp(overrides?): Promise<void>
Parameters
Optional
overrides: CallOverrides
Returns Promise<void>
estimateGas
estimateGas: {
afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>;
allowCompositeApp(overrides?): Promise<BigNumber>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<BigNumber>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
allowCompositeApp:function
- allowCompositeApp(overrides?): Promise<BigNumber>
Parameters
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
functions
functions: {
afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>;
allowCompositeApp(overrides?): Promise<ContractTransaction>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<ContractTransaction>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
allowCompositeApp:function
- allowCompositeApp(overrides?): Promise<ContractTransaction>
Parameters
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
interface
interface: SuperAppMock2ndLevelInterface
populateTransaction
populateTransaction: {
afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>;
allowCompositeApp(overrides?): Promise<PopulatedTransaction>;
}
Type declaration
afterAgreementCreated:function
- afterAgreementCreated(arg0, arg1, arg2, arg3, arg4, ctx, overrides?): Promise<PopulatedTransaction>
Parameters
arg0: string
arg1: string
arg2: BytesLike
arg3: BytesLike
arg4: BytesLike
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
allowCompositeApp:function
- allowCompositeApp(overrides?): Promise<PopulatedTransaction>
Parameters
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>