Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 725 Bytes

File metadata and controls

17 lines (9 loc) · 725 Bytes

SignatureParameterInput

Properties

Name Type Description Notes
bitLength Long Width in bits, when the parameter occupies less than its type's full size. [optional]
dataTypeId Long The parameter's type, which must belong to this analysis. Omit for an unresolved type. [optional]
name String Parameter name. Omit for an unnamed parameter. [optional]
ordinal Long Zero-based argument position. Must equal the parameter's index in the list.
storage SignatureStorageInput Where the parameter is passed. [optional]