Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 698 Bytes

File metadata and controls

23 lines (11 loc) · 698 Bytes

ContractMethodPattern

Properties

Name Type Description Notes
methodCalls Array<string> [default to undefined]
operator string Operator for method calls [default to undefined]
payloadSuffix string Payload suffix for method calls [optional] [default to undefined]

Enum: ContractMethodPatternOperatorEnum

  • Either (value: 'EITHER')

  • Exact (value: 'EXACT')

[Back to top] [Back to API list] [Back to Model list] [Back to README]