You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The json spec file defines that ContractInstance has property:
"link_dependencies": {
"title": "Link Dependencies",
"description": "The values for the link references found within this contract instances runtime bytecode",
"type": "array",
"items": {
"$ref": "#/definitions/LinkValue"
}
}
However the documentation does not state that the ContractInstance object contains this property. Fix would be to sync one or the other with the decided schema.
The text was updated successfully, but these errors were encountered:
The json spec file defines that ContractInstance has property:
However the documentation does not state that the ContractInstance object contains this property. Fix would be to sync one or the other with the decided schema.
The text was updated successfully, but these errors were encountered: