interface ISearchStreams {
    closed?: boolean;
    mint?: string;
    recipient?: string;
    sender?: string;
}

Properties

closed?: boolean
mint?: string
recipient?: string
sender?: string