Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 655 Bytes

Method.md

File metadata and controls

8 lines (7 loc) · 655 Bytes

Method

Properties

Name Type Description Notes
callType TransactionMethodType
methodHash String The contract method hash identifier. The method hash is only set if the `callType` is `CONTRACT_CALL`.
methodName String The contract method name including parameter types. If the `callType` is `NATIVE_TRANSFER` this is set to 'Native Transfer'. If the `callType` is `CONTRACT_CREATION` this is set to 'Contract Created'. [optional]