Function sentry::routes::channel::get_accounting_for_channel
source · pub async fn get_accounting_for_channel<C: Locked + 'static>(
__arg0: Extension<Arc<Application<C>>>,
__arg1: Extension<ChainOf<Channel>>
) -> Result<Json<AccountingResponse<CheckedState>>, ResponseError>
Expand description
GET /v5/channel/0xXXX.../accounting
request
Response: [AccountingResponse::<CheckedState>
]