Function sentry::routes::channel::get_all_spender_limits
source · pub async fn get_all_spender_limits<C: Locked + 'static>(
__arg0: Extension<Arc<Application<C>>>,
__arg1: Extension<ChainOf<Channel>>,
__arg2: Qs<AllSpendersQuery>
) -> Result<Json<AllSpendersResponse>, ResponseError>
Expand description
GET /v5/channel/0xXXX.../spender/all
request.
Response: [AllSpendersResponse
]