interface IGetAllData {
    address: string;
    direction?: StreamDirection;
    filters?: { closed?: boolean };
    type?: StreamType;
}

Properties

address: string
direction?: StreamDirection
filters?: { closed?: boolean }
type?: StreamType