@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:407
Properties
channelManagerAddress?
optional channelManagerAddress: Hex;
Defined in: packages/sdk/src/channel-manager/channel.ts:417
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESS
fee
fee: bigint;
Defined in: packages/sdk/src/channel-manager/channel.ts:411
The fee for creating a channel in wei
writeContract
writeContract: ContractWriteFunctions["setChannelCreationFee"];
Defined in: packages/sdk/src/channel-manager/channel.ts:418