Properties
callStatic
callStatic: {
actionCallActionNoop(host, app, ctx, overrides?): Promise<void>;
actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<void>;
}
Type declaration
actionCallActionNoop:function
- actionCallActionNoop(host, app, ctx, overrides?): Promise<void>
Parameters
host: string
app: string
ctx: BytesLike
Optional
overrides: CallOverrides
Returns Promise<void>
actionPingAgreement:function
- actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<void>
Parameters
host: string
agreement: string
ping: BigNumberish
ctx: BytesLike
Optional
overrides: CallOverrides
Returns Promise<void>
estimateGas
estimateGas: {
actionCallActionNoop(host, app, ctx, overrides?): Promise<BigNumber>;
actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<BigNumber>;
}
Type declaration
actionCallActionNoop:function
- actionCallActionNoop(host, app, ctx, overrides?): Promise<BigNumber>
Parameters
host: string
app: string
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
actionPingAgreement:function
- actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<BigNumber>
Parameters
host: string
agreement: string
ping: BigNumberish
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<BigNumber>
functions
functions: {
actionCallActionNoop(host, app, ctx, overrides?): Promise<ContractTransaction>;
actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<ContractTransaction>;
}
Type declaration
actionCallActionNoop:function
- actionCallActionNoop(host, app, ctx, overrides?): Promise<ContractTransaction>
Parameters
host: string
app: string
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
actionPingAgreement:function
- actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<ContractTransaction>
Parameters
host: string
agreement: string
ping: BigNumberish
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<ContractTransaction>
interface
interface: SuperAppMockAuxInterface
populateTransaction
populateTransaction: {
actionCallActionNoop(host, app, ctx, overrides?): Promise<PopulatedTransaction>;
actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<PopulatedTransaction>;
}
Type declaration
actionCallActionNoop:function
- actionCallActionNoop(host, app, ctx, overrides?): Promise<PopulatedTransaction>
Parameters
host: string
app: string
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>
actionPingAgreement:function
- actionPingAgreement(host, agreement, ping, ctx, overrides?): Promise<PopulatedTransaction>
Parameters
host: string
agreement: string
ping: BigNumberish
ctx: BytesLike
Optional
overrides: Overrides & {
from?: string;
}
Returns Promise<PopulatedTransaction>