Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

MD가 VI 앱 인스턴스에게 이벤트를 요청합니다.

Request

[Request parameters]

Parameter

Type

Required

Description

tx_id

String

Required

Transaction ID

op_code

String

Required

See Operation Code Table

op_params [ ]

String

Operation-specific parameters

[Request Example]

{
  "jsonrpc": "2.0",
  "method": "async_op_app_instance",
  "params": {
    "tx_id": "0g9sdulkjids9s0d9ju3",
    "op_code": "close"
  },
  "id": "nk2-17"
}

Response

[Error codes]

code

message

Meaning

  • No labels