github.com/tri-stone/burrow@v0.25.0/tests/dump/deploy.yaml (about)

     1  jobs:
     2   - name: undeclared
     3     deploy:
     4       contract: undeclared.sol
     5  
     6   - name: setFoobar
     7     call:
     8       destination: $undeclared
     9       function: setFoobar
    10       data: [ 102 ]
    11  
    12   - name: foo
    13     call:
    14       destination: $undeclared
    15       function: foo
    16  
    17   - name: register-bar
    18     register:
    19       name: bar
    20       data: foobaz
    21       amount: 5000
    22       fee: 1234