Get Contract Actions by ID or Hash
Get the contract actions from a contract on the network for a given transactionId or ethereum transaction hash.
This method will use 15
Compute Units.
Last updated
Get the contract actions from a contract on the network for a given transactionId or ethereum transaction hash.
This method will use 15
Compute Units.
Last updated
Returns a list of ContractActions for a contract's function executions for a given transactionId or ethereum transaction hash.
Transaction Id or a 32 byte hash with optional 0x prefix
^(0x)?[A-Fa-f0-9]{64}|(\d{1,10})\.(\d{1,10})\.(\d{1,10})-(\d{1,19})-(\d{1,9})$
OK