# Functions
AccountTypeString retrieves an enum value from the enum constants string name.
AccountTypeStrings returns a slice of all String values of the enum.
AccountTypeValues returns all values of the enum.
ConvertEventIDToTimestampMilli Convert the timestampMilli from a farcaster event ID.
ConvertTimestampMilliToEventID Convert a timestampMilli to a farcaster event ID.
CovertFarcasterTimeToTimestamp Converts a Farcaster seconds timestamp to a Unix timestamp.
CovertTimestampToFarcasterTime Converts a Unix timestamp to a Farcaster seconds timestamp.
HubEventTypeString retrieves an enum value from the enum constants string name.
HubEventTypeStrings returns a slice of all String values of the enum.
HubEventTypeValues returns all values of the enum.
MessageTypeString retrieves an enum value from the enum constants string name.
MessageTypeStrings returns a slice of all String values of the enum.
MessageTypeValues returns all values of the enum.
No description provided by the author
No description provided by the author
ReactionTypeString retrieves an enum value from the enum constants string name.
ReactionTypeStrings returns a slice of all String values of the enum.
ReactionTypeValues returns all values of the enum.
UserDataTypeString retrieves an enum value from the enum constants string name.
UserDataTypeStrings returns a slice of all String values of the enum.
UserDataTypeValues returns all values of the enum.
UsernameProofTypeString retrieves an enum value from the enum constants string name.
UsernameProofTypeStrings returns a slice of all String values of the enum.
UsernameProofTypeValues returns all values of the enum.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
Public Instances https://www.thehubble.xyz/intro/hubble.html.
January 1, 2021 UTC.
A message was merged into the Hub.
No description provided by the author
No description provided by the author
Invalid default value.
A message was pruned because a limit was exceeded.
A message was revoked by a user.
Add a new Cast.
Remove an existing Cast.
Add a Link to a target.
Remove a Link from a target.
Invalid default value.
Add a Reaction to a Cast.
Remove a Reaction from a Cast.
Add metadata about a user.
Add or replace a username proof.
Add a Verification of an Ethereum Address.
Remove a Verification.
No description provided by the author
No description provided by the author
Like the target cast.
Invalid default value.
Share target cast to the user's audience.
No description provided by the author
Bio for the user.
Display Name for the user.
Invalid default value.
Profile Picture for the user.
URL of the user.
Preferred Farcaster Name for the user.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Profile redis profile.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
go:generate go run --mod=mod github.com/dmarkham/enumer --values --type=AccountType --output type_account.go --transform=snake-upper.
No description provided by the author
go:generate go run --mod=mod github.com/dmarkham/enumer --values --type=HubEventType --output type_event.go --transform=snake-upper.
go:generate go run --mod=mod github.com/dmarkham/enumer --values --type=MessageType --output type_message.go --transform=snake-upper.
go:generate go run --mod=mod github.com/dmarkham/enumer --values --type=ReactionType --output type_reaction.go --transform=snake-upper.
go:generate go run --mod=mod github.com/dmarkham/enumer --values --type=UserDataType --output type_user_data.go --transform=snake-upper.
go:generate go run --mod=mod github.com/dmarkham/enumer --values --type=UsernameProofType --output type_username_proof.go --transform=snake-upper.