> contract = exp.compile.solidity(source).test
{
code: ‘605280600c6000396000f3006000357c010000000000000000000000000000000000000000000000000000000090048063c6888fa114602e57005b60376004356041565b8060005260206000f35b6000600782029050604d565b91905056’,
info: {
language: ‘Solidity’,
languageVersion: ‘0’,
compilerVersion: ‘0.9.13’,
abiDefinition: [{
constant: false,
inputs: [{
name: ‘a’,
type: ‘uint256’
} ],
name: ‘multiply’,
outputs: [{
name: ‘d’,
type: ‘uint256’
} ],
type: ‘function’
} ],
userDoc: {
methods: {
}
},
developerDoc: {
methods: {
}
},
source: ‘contract test { function multiply(uint a) returns(uint d) { return a * 7; } }’
}
}