mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
f3f6662fc9
* Initial draft of the neo-go wallet * Cleanup + more test for util package * integrated wallet into neo-cli partially * base wallet implementation + smartcontract code.
5 lines
92 B
Go
5 lines
92 B
Go
package smartcontract
|
|
|
|
// Contract represents a NEO smartcontract.
|
|
type Contract struct {
|
|
}
|