Revoke Association
Revoke an association between accounts. Revoked associations are still visible.
The JSON and binary schema for revoking an association are identical to the schemas for creating an association.
To revoke an association, the sender
, assocationType
, recipient
, and hash
need to be the same as in the transaction that created the association.
JSON
Binary schema
The binary data structure of the unsigned transaction.
Version 4 of the revoke anchor transaction is part of the Titanium release.
1
Transaction type
Byte (constant, value=17)
1
2
Version
Byte (constant, value=3)
1
3
Chain id
Byte
1
4
Timestamp
Long
8
5
Sender's key type
KeyType (Byte)
1
6
Sender's public key
PublicKey (Array[Byte])
32 | 33
7
Fee
Long
8
8
Association type
Int
4
9
Recipient
Address (Array[Byte])
26
10
Subject length (N)
Short
2
11
Subject
Array[Byte]
N
Last updated