Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransferReply

Message number: 250

Actor: Beneficiary VASP

Message Purpose: Response (positive or negative) to an originator VASP having sought approval 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: TransferReplyCode; msgid: string; session: string; type: TransferReply }

Message

Type declaration

  • code: TransferReplyCode

    Message code.

  • msgid: string

    Message identifier. Randomly set. Hex(128 bit)

  • session: string

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

  • type: TransferReply

    Message type. Fixed Value 250

originator

Originator

sig

sig: string

Message signed with actor’s private signing key

transfer

transfer: { amount: BigInt; destination?: undefined | string; ttype: TransferType; va: VirtualAssetType }

Transfer

Type declaration

  • amount: BigInt

    Amount. 18 digits

  • Optional destination?: undefined | string

    Destination Address

  • ttype: TransferType

    Transfer type

  • va: VirtualAssetType

    Virtual asset type

vasp

VASP information incl. public signing key

Generated using TypeDoc