Properties
callStatic
callStatic: {
buildBatchOperations(host, params, msgSender, overrides?): Promise<OperationStructOutput[]>;
}
Type declaration
buildBatchOperations:function
- buildBatchOperations(host, params, msgSender, overrides?): Promise<OperationStructOutput[]>
Parameters
host: string
params: BytesLike
msgSender: string
Optional
overrides: CallOverrides
Returns Promise<OperationStructOutput[]>
estimateGas
estimateGas: {
buildBatchOperations(host, params, msgSender, overrides?): Promise<BigNumber>;
}
Type declaration
buildBatchOperations:function
- buildBatchOperations(host, params, msgSender, overrides?): Promise<BigNumber>
Parameters
host: string
params: BytesLike
msgSender: string
Optional
overrides: CallOverrides
Returns Promise<BigNumber>
functions
functions: {
buildBatchOperations(host, params, msgSender, overrides?): Promise<[OperationStructOutput[]] & {
operations: OperationStructOutput[];
}>;
}
Type declaration
buildBatchOperations:function
- buildBatchOperations(host, params, msgSender, overrides?): Promise<[OperationStructOutput[]] & {
operations: OperationStructOutput[];
}> Parameters
host: string
params: BytesLike
msgSender: string
Optional
overrides: CallOverrides
Returns Promise<[OperationStructOutput[]] & {
operations: OperationStructOutput[];
}>
interface
interface: IUserDefinedMacroInterface
populateTransaction
populateTransaction: {
buildBatchOperations(host, params, msgSender, overrides?): Promise<PopulatedTransaction>;
}
Type declaration
buildBatchOperations:function
- buildBatchOperations(host, params, msgSender, overrides?): Promise<PopulatedTransaction>
Parameters
host: string
params: BytesLike
msgSender: string
Optional
overrides: CallOverrides
Returns Promise<PopulatedTransaction>