StoreForwardEvent
Events specific to Store-and-Forward operations.
Inheritors
Types
Link copied to clipboard
Heartbeat received from a S&F server (indicates it's still active).
Link copied to clipboard
History replay is complete.
Link copied to clipboard
History replay has started — messages are being delivered.
Link copied to clipboard
A S&F server was discovered on the mesh.
Link copied to clipboard
A S&F server went offline or was removed.
Link copied to clipboard
An SFPP canon announce — message is confirmed on the chain.
Link copied to clipboard
data class SfppLinkProvided(val packetId: Int, val from: Int, val to: Int, val messageHash: ByteArray?, val confirmed: Boolean) : StoreForwardEvent
An SFPP link was provided — message is being routed or confirmed.