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