Skip to content

Commit

Permalink
update summary info (neo-project#2249)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Zhang <erik@neo.org>
  • Loading branch information
2 people authored and cloud8little committed Jan 24, 2021
1 parent 442da49 commit ec3168c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/Manifest/ContractMethodDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public int Offset

/// <summary>
/// Returntype indicates the return type of the method. It can be one of the following values:
/// Signature, Boolean, Integer, Hash160, Hash256, ByteArray, PublicKey, String, Array, InteropInterface, Void.
/// Any, Signature, Boolean, Integer, Hash160, Hash256, ByteArray, PublicKey, String, Array, Map, InteropInterface, Void.
/// </summary>
public ContractParameterType ReturnType { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ContractParameterDefinition

/// <summary>
/// Type indicates the type of the parameter. It can be one of the following values:
/// Signature, Boolean, Integer, Hash160, Hash256, ByteArray, PublicKey, String, Array, InteropInterface.
/// Any, Signature, Boolean, Integer, Hash160, Hash256, ByteArray, PublicKey, String, Array, Map, InteropInterface.
/// </summary>
public ContractParameterType Type { get; set; }

Expand Down

0 comments on commit ec3168c

Please sign in to comment.