customMwParams
The customMwParams
input type specifies the custom middleware to set.
input customMwParams {
contractAddress: ContractAddressEVM!
initData: String!
}
Fields
contractAddress
(ContractAddressEVM
)
contractAddress
the middleware contract address.
initData
(String
)
data
the middleware init data.