Handshake

data class Handshake<out T>(val payload: T, val primaryIdentity: <Error class: unknown class>, val secondaryIdentity: <Error class: unknown class>)

This object is serialised to the network and is the first flow message the seller sends to the buyer.

Parameters

primaryIdentity

the (anonymised) identity of the participant that initiates communication/handshake.

secondaryIdentity

the (anonymised) identity of the participant that is recipient of initial communication.

Constructors

Link copied to clipboard
constructor(payload: T, primaryIdentity: <Error class: unknown class>, secondaryIdentity: <Error class: unknown class>)

Properties

Link copied to clipboard
val payload: T
Link copied to clipboard
val primaryIdentity: <Error class: unknown class>
Link copied to clipboard
val secondaryIdentity: <Error class: unknown class>