Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am brunotarghetta on github.
* I am bruno_targhetta (https://keybase.io/bruno_targhetta) on keybase.
* I have a public key ASAVvHnChOFNL-7WpIjXW8tpI6z3gl0zk3g6RlRDX8TahQo
To claim this, I am signing this object:
@brunotarghetta
brunotarghetta / ConfirmaV1.sol
Created February 25, 2019 18:07
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.25+commit.59dbf8f1.js&optimize=false&gist=
contract ConfirmaV1 {
struct Contrato {
string nroContrato;
uint comprador;
uint corredor;
uint vendedor;
}
mapping (address => Contrato) contratoStruct;