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

Properties

address: string
direction?: StreamDirection
type?: StreamType