Update the fees and reward splits for a deployed channel
Function to update the fees and reward splits for a deployed channel. See updateChannelFees args.
({ channelAddress, feeContract, feeArgs, transactionOverrides }: SetChannelFeeConfig) => Promise<Log[] | undefined>
ContractExecutionStatus
the status of the transaction
string
the transaction hash of the transaction
any
the revert message if the transaction fails
Update the fees and reward splits for a deployed channel
Function to update the fees and reward splits for a deployed channel. See updateChannelFees args.
({ channelAddress, feeContract, feeArgs, transactionOverrides }: SetChannelFeeConfig) => Promise<Log[] | undefined>
ContractExecutionStatus
the status of the transaction
string
the transaction hash of the transaction
any
the revert message if the transaction fails