Compilation and Testing
Validate Gate
Request Body
Name
Type
Description
{
"count": <How many invariants were run>,
"failed": [
["Invariant description", <Block number>],
],
"exceptions": [
["Rule description", "Runtime exception"],
],
"trace": { // Optional
"source_name": [<Val1>, <Val2>>]
}
}Response Body
Name
Type
Description
Last updated