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