Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / channel-manager / DeductProtocolHookTransactionFeeParams

Type Alias: DeductProtocolHookTransactionFeeParams

type DeductProtocolHookTransactionFeeParams = {
  channelManagerAddress?: Hex;
  readContract: ContractReadFunctions["deductProtocolHookTransactionFee"];
};

Defined in: packages/sdk/src/channel-manager/hook.ts:143

Properties

channelManagerAddress?

optional channelManagerAddress: Hex;

Defined in: packages/sdk/src/channel-manager/hook.ts:149

The address of the channel manager

Default

CHANNEL_MANAGER_ADDRESS

readContract

readContract: ContractReadFunctions["deductProtocolHookTransactionFee"];

Defined in: packages/sdk/src/channel-manager/hook.ts:150