@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:344
Properties
channelManagerAddress?
optional channelManagerAddress: Hex;
Defined in: packages/sdk/src/channel-manager/channel.ts:350
The address of the channel manager
Default
CHANNEL_MANAGER_ADDRESS
readContract
readContract: ContractReadFunctions["getChannelCreationFee"];
Defined in: packages/sdk/src/channel-manager/channel.ts:351