AnnotateAssignment object is used to create an annotation for a variable assignment at a specific address in the code.
Fields
Reference
location
The address (AddressValue) where the assignment occurs.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AnnotateAssignment object is used to create an annotation for a variable assignment at a specific address in the code.
| Field | Description | Type |
|---|---|---|
location | Address of the assignment | AddressValue |
declaration | Variable declaration | string |
AddressValue) where the assignment occurs.
evidence = {
functions = {
[context.caller.address] = {
annotate:assignment {
location = <AddressValue>,
declaration = "int result",
},
},
},
}