programUnsubscribe RPC 메소드

프로그램 소유 계정 변경 알림 구독 취소하기

{
"jsonrpc": "2.0",
"id": 1,
"method": "programUnsubscribe",
"params": [
0
]
}

params

numberrequired

취소할 계정 구독의 ID

result

Response
{
"jsonrpc": "2.0",
"result": true,
"id": 1
}
boolean

구독 취소 성공 메시지

Is this page helpful?