package
10.9.0+incompatible
Repository: https://github.com/status-im/status-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

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
IsPubKeyEqual checks that two public keys are equal.
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

# Constants

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
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
No description provided by the author
No description provided by the author
No description provided by the author
ResendMethodDynamic determined by logic of Messenger#dispatchMessage, mostly based on chat type.
ResendMethodSendCommunityMessage corresponding function MessageSender#SendCommunityMessage.
ResendMethodSendPrivate corresponding function MessageSender#SendPrivate.
ResendTypeDataSync use DataSync which use MVDS as underlying dependency to resend messages.
ResendTypeNone won't resend.
ResendTypeRawMessage We have a function, watchExpiredMessages, that monitors the 'raw_messages' table and will attempts to resend messages if a previous message sending failed.

# Variables

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
RekeyCompatibility indicates whether we should be sending keys in 1-to-1 messages as well as in the newer format.

# 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
GapParameters is the From and To indicating the missing period in chat history.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
implement interface of https://github.com/status-im/markdown/blob/b9fe921681227b1dace4b56364e15edb3b698308/ast/node.go#L701.
Message represents a message record in the database, more specifically in user_messages table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QuotedMessage contains the original text of the message replied to.
RawMessage represent a sent or received message, kept for being able to re-send/propagate.
No description provided by the author
No description provided by the author
No description provided by the author
SentMessage reprent a message that has been passed to the transport layer.
implement interface of https://github.com/status-im/markdown/blob/b9fe921681227b1dace4b56364e15edb3b698308/ast/node.go#L701.
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

ChatEntity is anything that is sendable in a chat.
TimeSource provides a unified way of getting the current time.

# Type aliases

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
MessagePriority determines the ordering for publishing message.
No description provided by the author
No description provided by the author
ResendMethod defines how to resend a raw message.
ResendType There are distinct mechanisms for retrying send messages: Datasync supports only direct messages (1-to-1 or private group chats) because it requires an acknowledgment (ACK).