Function sentry::routes::channel::validator_message::list_validator_messages
source · pub async fn list_validator_messages<C: Locked + 'static>(
__arg0: Extension<Arc<Application<C>>>,
__arg1: Extension<ChainOf<Channel>>,
__arg2: Path<MessagesListParams>,
__arg3: Qs<ValidatorMessagesListQuery>
) -> Result<Json<ValidatorMessagesListResponse>, ResponseError>
Expand description
GET /v5/channel/0xXXX.../validator-messages
Full details about the route’s API and intend can be found in the routes
module
Request query parameters: [ValidatorMessagesListQuery
]
Response: [ValidatorMessagesListResponse
]