MiddlewareInfo
The MiddlewareInfo type provides information about a middleware.
type MiddlewareInfo {
contractAddress: ContractAddressEVM!
type: MiddlewareType!
data: String!
}
Fields
contractAddress (ContractAddressEVM)
contractAddress the middleware contract address.
type (MiddlewareType)
type the middleware type.
data (String)
data the middleware data.