diff --git a/tips/TIP-0040/tip-0040.md b/tips/TIP-0040/tip-0040.md index f5b4c2bd6..40b1cfd4f 100644 --- a/tips/TIP-0040/tip-0040.md +++ b/tips/TIP-0040/tip-0040.md @@ -241,9 +241,36 @@ Upon the creation of a Delegation Output, the protocol assigns to it a unique id
oneOf
An Address derived from an Account ID which can be unlocked by unlocking the corresponding Account. Defined in TIP-38 (Account Address).+
+ Name + | ++ Type + | ++ Description + | +
Address Type | +uint8 | +Set to value 8 to denote an Account Address. | +
Account ID | +ByteArray[32] | +The raw bytes of the Account ID which is the BLAKE2b-256 hash of the Output ID that created it. | +