Closed franciszekjob closed 1 month ago
Some extra fields are returned in the result when executing transaction, i.e. performing starknet_add<type>Transaction call. e.g.:
starknet_add<type>Transaction
transaction_hash
contract_address
This happens with devnet and juno nodes. Is there a known reason for this disparity or it's just the behavior of nodes?
This appears consistent with the specs, so I'm not sure what's the issue
Some extra fields are returned in the result when executing transaction, i.e. performing
starknet_add<type>Transaction
call. e.g.:transaction_hash
field is returned alongside every type of transactioncontract_address
field is returned alongisde deploy account transactionThis happens with devnet and juno nodes. Is there a known reason for this disparity or it's just the behavior of nodes?