Function sentry::routes::channel::channel_payout
source · pub async fn channel_payout<C: Locked + 'static>(
__arg0: Extension<Arc<Application<C>>>,
__arg1: Extension<ChainOf<Channel>>,
__arg2: Extension<Auth>,
__arg3: Json<ChannelPayRequest>
) -> Result<Json<SuccessResponse>, ResponseError>Expand description
POST /v5/channel/0xXXX.../pay request
Body: [ChannelPayRequest]
Response: [SuccessResponse]