interface DataAccountFilter {
    assetMint?: string;
    registry?: string;
    type?: string;
}

Properties

assetMint?: string
registry?: string
type?: string