This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
neo-go
Watch
8
Star
0
Fork
You've already forked neo-go
0
mirror of
https://github.com/nspcc-dev/neo-go.git
synced
2025-01-08 05:45:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0.29.0
neo-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 15:24:09 +00: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 13:56:49 +00:00
type
Contract
struct
{
}
Reference in a new issue
Copy permalink