Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransferRequest

Message number: 210

Actor: Originator VASP

Message Purpose: Seeking approval from the beneficiary VASP for a virtual asset transfer by specifying transfer details including originator and beneficiary information.

Hierarchy

Index

Properties

beneficiary

Beneficiary

Optional comment

comment: undefined | string

Comment

msg

msg: { code: "1"; msgid: string; session: string; type: TransferRequest }

Message

Type declaration

  • code: "1"

    Message code. Currently not used, fixed value ‘1’

  • msgid: string

    Message identifier. Randomly set. Hex(128 bit)

  • session: string

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

  • type: TransferRequest

    Message type. Fixed Value 210

originator

Originator

sig

sig: string

Message signed with actor’s private signing key

transfer

transfer: { amount: BigInt; ttype: TransferType; va: VirtualAssetType }

Transfer

Type declaration

vasp

VASP information incl. public signing key

Generated using TypeDoc