aries / net.globalid.aries.features.connection.record / ConnectionRecord / SentRequest / <init>

<init>

SentRequest(@Json("Id") id: String, @Json("Alias") alias: ConnectionAlias?, @Json("MyDid") myDid: String, @Json("MyVerKey") myVerKey: String, @Json("RecipientKeys") recipientKeys: List<String>, @Json("Endpoint") endpoint: AgentEndpoint)

When sending a request, we generate our Did and VerKey. We then wait for the response. After we receive it, we transition to the CONNECTED state.