binding: fix comment to the extended type field
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
e2580187a1
commit
2c36802e23
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ type (
|
||||||
Name string `yaml:"name,omitempty"` // Structure name, omitted for arrays, interfaces and maps.
|
Name string `yaml:"name,omitempty"` // Structure name, omitted for arrays, interfaces and maps.
|
||||||
Interface string `yaml:"interface,omitempty"` // Interface type name, "iterator" only for now.
|
Interface string `yaml:"interface,omitempty"` // Interface type name, "iterator" only for now.
|
||||||
Key smartcontract.ParamType `yaml:"key,omitempty"` // Key type (only simple types can be used for keys) for maps.
|
Key smartcontract.ParamType `yaml:"key,omitempty"` // Key type (only simple types can be used for keys) for maps.
|
||||||
Value *ExtendedType `yaml:"value,omitempty"` // Value type for iterators and arrays.
|
Value *ExtendedType `yaml:"value,omitempty"` // Value type for iterators, arrays and maps.
|
||||||
Fields []FieldExtendedType `yaml:"fields,omitempty"` // Ordered type data for structure fields.
|
Fields []FieldExtendedType `yaml:"fields,omitempty"` // Ordered type data for structure fields.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue