FarcasterHubbleClient class

Constructors

FarcasterHubbleClient()
factory

Properties

adminService AdminService
no setter
hashCode int
The hash code for this object.
no setterinherited
hubService HubService
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllCastMessagesByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<CastAddBody>>
getAllLinkMessagesByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<LinkBody>>
getAllReactionMessagesByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<ReactionBody>>
getAllSignerMessagesByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<SignerAddBody>>
getAllUserDataMessagesByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<UserDataBody>>
getAllVerificationMessagesByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<VerificationAddEthAddressBody>>
getCast(int fid) Future<CastAddBody>
getCastsByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<CastAddBody>>
getCastsByMention(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<CastAddBody>>
getCastsByParent(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<CastAddBody>>
getCurrentStorageLimitsByFid(int fid) Future<List<StorageLimit>>
getEvent(int id) Future<HubEvent>
getFids(int? pageSize, String? pageToken, bool? reverse) Future<List<int>>
getIdRegistryEvent(int fid) Future<IdRegistryEvent>
getIdRegistryEventByAddress(String address) Future<IdRegistryEvent>
getInfo(bool? dbStats) Future<HubInfoResponse>
getLinksByFid(int fid, String linkType, int? pageSize, String? pageToken, bool? reverse) Future<List<LinkBody>>
getLinksByTargetFid(int targetFid, String linkType, int? pageSize, String? pageToken, bool? reverse) Future<List<LinkBody>>
getNameRegistryEvent(String name) Future<NameRegistryEvent>
getReaction(int fid, ReactionType reactionType, int? targetCastId, String? targetUrl) Future<ReactionBody>
getReactionsByCast(int fid, ReactionType? reactionType, int? pageSize, String? pageToken, bool? reverse) Future<List<ReactionBody>>
getReactionsByFid(int fid, ReactionType reactionType, int? pageSize, String? pageToken, bool? reverse) Future<List<ReactionBody>>
getReactionsByTarget(String targetUrl, ReactionType? reactionType, int? pageSize, String? pageToken, bool? reverse) Future<List<ReactionBody>>
getSigner(int fid, String signer) Future<SignerAddBody>
getSignersByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<SignerAddBody>>
getSyncStatus(String? peerId) Future<SyncStatusResponse>
getUserData(int fid, UserDataType userDataType) Future<UserDataBody>
getUserDataByFid(int fid) Future<List<UserDataBody>>
getUsernameProof(String name) Future<UserNameProof>
getUsernameProofsByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<UserNameProof>>
getVerification(int fid, String address) Future<VerificationAddEthAddressBody>
getVerificationsByFid(int fid, int? pageSize, String? pageToken, bool? reverse) Future<List<VerificationAddEthAddressBody>>
init(String hubbleUrl, int hubblePort, ChannelCredentials? channelCredentials) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitMessage(Message message) Future<Message>
subscribe(List<HubEventType> eventTypes) → ResponseStream<HubEvent>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FarcasterHubbleClient
no setter