Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionReply

Message number: 150

Actor: Beneficiary VASP

Message Purpose: Response (positive or negative) to a previous request for initiating a session between two VASPs. Second part of a two-way handshake.

Hierarchy

Index

Properties

Optional comment

comment: undefined | string

Comment

handshake

handshake: { topicb: string }

Handshake

Type declaration

  • topicb: string

    Topic B. Randomly set. Hex(32 bit)

msg

msg: { code: SessionReplyCode; msgid: string; session: string; type: SessionReply }

Message

Type declaration

  • code: SessionReplyCode

    Message code

  • msgid: string

    Message identifier. Randomly set. Hex(128 bit)

  • session: string

    Session identifier. As set in message 110. Hex(128 bit)

  • type: SessionReply

    Message type. Fixed Value 150

sig

sig: string

Message signed with actor’s private signing key

vasp

VASP information incl. public signing key

Generated using TypeDoc