mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
7 lines
86 B
Go
7 lines
86 B
Go
|
package deploy
|
||
|
|
||
|
// NewMethod in updated contract.
|
||
|
func NewMethod() int {
|
||
|
return 42
|
||
|
}
|