@ecp.eth/sdk / channel-manager / GetChannelCreationFeeParams
Type Alias: GetChannelCreationFeeParams
type GetChannelCreationFeeParams = {
channelManagerAddress?: Hex;
readContract: ContractReadFunctions["getChannelCreationFee"];
};Defined in: packages/sdk/src/channel-manager/channel.ts:374
Properties
channelManagerAddress?
optional channelManagerAddress: Hex;Defined in: packages/sdk/src/channel-manager/channel.ts:380
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESSreadContract
readContract: ContractReadFunctions["getChannelCreationFee"];Defined in: packages/sdk/src/channel-manager/channel.ts:381