Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / channel-manager / channelExists

Function: channelExists()

function channelExists(params): Promise<boolean>;

Defined in: packages/sdk/src/channel-manager/channel.ts:283

Check if a channel exists

Parameters

params

ChannelExistsParams

The parameters for checking if a channel exists

Returns

Promise<boolean>

Whether the channel exists