export class InForward extends InSelfChange {
    /** See {@linkcode InSelfChange.constructor}. */
    public constructor(time: string, amount: number, fee: number, outChannel: IChannelStats | undefined) {
        super(time, amount, fee, outChannel);
    }