This website requires JavaScript.
Explore
Help
Sign in
dstepanov-yadro
/
neoneo-go
Watch
1
Star
0
Fork
You've already forked neoneo-go
0
forked from
TrueCloudLab/neoneo-go
Code
Pull requests
Activity
b2a5e34aac
neoneo-go
/
pkg
/
smartcontract
/
contract.go
5 lines
90 B
Go
Raw
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
{
}
Copy permalink