pub async fn channel_dummy_deposit<C: Locked + 'static>(
    __arg0: Extension<Arc<Application<C>>>,
    __arg1: Extension<Auth>,
    __arg2: Json<ChannelDummyDeposit>
) -> Result<Json<SuccessResponse>, ResponseError>
Expand description

POST /v5/channel/dummy-deposit request

Full details about the route’s API and intend can be found in the routes module

Request body (json): ChannelDummyDeposit

Response: [SuccessResponse]