Fetch a profile's revenue for all their publications.
UseRevenueFromPublicationsArgs
The profile to get revenue for
Optional
Will return revenue for publications made on any of the provided app ids. Will include all apps if omitted
const { data, error, loading } = useRevenueFromPublications({ for: '0x04',}); Copy
const { data, error, loading } = useRevenueFromPublications({ for: '0x04',});
Fetch a profile's revenue for all their publications.