Function sentry::routes::channel::last_approved
source · pub async fn last_approved<C: Locked + 'static>(
__arg0: Extension<Arc<Application<C>>>,
__arg1: Extension<ChainOf<Channel>>,
__arg2: Qs<LastApprovedQuery>
) -> Result<Json<LastApprovedResponse<UncheckedState>>, ResponseError>Expand description
GET /v5/channel/0xXXX.../last-approved request
Full details about the route’s API and intend can be found in the routes module
Request query parameters: [LastApprovedQuery]
Response: [LastApprovedResponse]