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…
Reference in a new issue