@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:288
Properties
channelId
channelId: bigint;Defined in: packages/sdk/src/channel-manager/channel.ts:292
The ID of the channel to check
channelManagerAddress?
optional channelManagerAddress: Hex;Defined in: packages/sdk/src/channel-manager/channel.ts:298
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESSreadContract
readContract: ContractReadFunctions["channelExists"];Defined in: packages/sdk/src/channel-manager/channel.ts:299