AnnotateAt object is used to create an annotation at a specific address.
Fields
Reference
location
The address (AddressValue) where the annotation should be placed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AnnotateAt object is used to create an annotation at a specific address.
| Field | Description | Type |
|---|---|---|
location | Address to annotate | AddressValue |
message | Annotation message | string |
AddressValue) where the annotation should be placed.
evidence = {
functions = {
[context.address] = {
annotate:at {
location = <AddressValue>,
message = "annotate:at example",
},
},
},
}