This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
neoneo-go
Watch
7
Star
0
Fork
You've already forked neoneo-go
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0.33.1
neoneo-go
/
pkg
/
smartcontract
/
contract.go
5 lines
90 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Base wallet implementation (#35) * Initial draft of the neo-go wallet * Cleanup + more test for util package * integrated wallet into neo-cli partially * base wallet implementation + smartcontract code.
2018-03-02 16:24:09 +01:00
package
smartcontract
// Contract represents a NEO smartcontract.
Smartcontract (#39) * deleted transfer_output added asset type and transaction result to core * removed writing 0x00 when buffer length is 0 * Refactored emit into VM package + moved tx to own package. * implemented transaction along with claimTransaction. * refactored naming of transaction + added decode address for uint160 types * removed unnecessary folder and files. * transaction/smartcontract logic * bumped version 0.24.0
2018-03-04 14:56:49 +01:00
type
Contract
struct
{
}
Reference in a new issue
Copy permalink