I am simply trying to access an object which name starts with ':' from the Javascript console.
Here is how the object looks like and I want to access escrow:
{
'compiled':
{
'contracts':
{
':escrow':
{ assembly: {
'.code': [Array],
'.data': [Object]
}
}
}
}
Here is how I am trying, but always get a undefined error message:
compiled.contracts.escrow