@ecp.eth/sdk / channel-manager / SetChannelCreationFeeParams
Type Alias: SetChannelCreationFeeParams
type SetChannelCreationFeeParams = {
channelManagerAddress?: Hex;
fee: bigint;
writeContract: ContractWriteFunctions["setChannelCreationFee"];
};Defined in: packages/sdk/src/channel-manager/channel.ts:414
Properties
channelManagerAddress?
optional channelManagerAddress: Hex;Defined in: packages/sdk/src/channel-manager/channel.ts:424
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESSfee
fee: bigint;Defined in: packages/sdk/src/channel-manager/channel.ts:418
The fee for creating a channel in wei
writeContract
writeContract: ContractWriteFunctions["setChannelCreationFee"];Defined in: packages/sdk/src/channel-manager/channel.ts:425