@ecp.eth/sdk / channel-manager / ChannelExistsParams
Type Alias: ChannelExistsParams
type ChannelExistsParams = {
channelId: bigint;
channelManagerAddress?: Hex;
readContract: ContractReadFunctions["channelExists"];
};
Defined in: packages/sdk/src/channel-manager/channel.ts:258
Properties
channelId
channelId: bigint;
Defined in: packages/sdk/src/channel-manager/channel.ts:262
The ID of the channel to check
channelManagerAddress?
optional channelManagerAddress: Hex;
Defined in: packages/sdk/src/channel-manager/channel.ts:268
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESS
readContract
readContract: ContractReadFunctions["channelExists"];
Defined in: packages/sdk/src/channel-manager/channel.ts:269