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 Unique identifier of the Delegation Output, which is the BLAKE2b-256 hash of the Output ID that created it. - Validator Address - ByteArray[32] - The Account Address of the validator to which this output is delegating. + Validator Address oneOf + +
+ Account Address +
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 Typeuint8Set to value 8 to denote an Account Address.
Account IDByteArray[32]The raw bytes of the Account ID which is the BLAKE2b-256 hash of the Output ID that created it.
+
+ Start Epoch