mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-12 19:22:52 +00:00
smartcontract: drop unused ContractDetails
That's a remnant from 2.0.
This commit is contained in:
parent
ebaa431b4d
commit
112fa5b92d
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
package smartcontract
|
|
||||||
|
|
||||||
// ContractDetails contains contract metadata.
|
|
||||||
type ContractDetails struct {
|
|
||||||
Author string
|
|
||||||
Email string
|
|
||||||
Version string
|
|
||||||
ProjectName string `yaml:"name"`
|
|
||||||
Description string
|
|
||||||
HasStorage bool
|
|
||||||
HasDynamicInvocation bool
|
|
||||||
IsPayable bool
|
|
||||||
ReturnType ParamType
|
|
||||||
Parameters []ParamType
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue