-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from ElrondNetwork/EN-5385-vmvalues
En 5385 vmvalues
- Loading branch information
Showing
20 changed files
with
625 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
package vmValues | ||
|
||
import ( | ||
"github.com/ElrondNetwork/elrond-go/process" | ||
vmcommon "github.com/ElrondNetwork/elrond-vm-common" | ||
) | ||
|
||
// FacadeHandler interface defines methods that can be used from `elrondFacade` context variable | ||
type FacadeHandler interface { | ||
GetVmValue(resType string, address string, funcName string, argsBuff ...[]byte) ([]byte, error) | ||
ExecuteSCQuery(*process.SCQuery) (*vmcommon.VMOutput, error) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.