mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-04-11 23:14:02 +00:00
6 lines
86 B
Go
6 lines
86 B
Go
package deploy
|
|
|
|
// NewMethod in updated contract.
|
|
func NewMethod() int {
|
|
return 42
|
|
}
|