useWeb3ExecuteFunction data

Is there a way to wait for this function and get the real value returned.

{hash: '0xd31724d14cbc9cf2018c21e1686dfbbe4ee777157941060aa0994030314f78ce', type: 2, accessList: null, blockHash: null, blockNumber: null, …}
accessList: null
blockHash: null
blockNumber: null
chainId: 0
confirmations: 0
creates: null
data: "0x668889c300000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000000002a30000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000015180000000000000000000000000000000000000000000000000000000000002a300000000000000000000000000000000000000000000000000000000000001518000000000000000000000000000000000000000000000000000000000000000084272616474656368000000000000000000000000000000000000000000000000"
from: "0x5ED471c20aE59319ffA7e91e2364C27B0D7BFC93"
gasLimit: BigNumber {_hex: '0x39e18a', _isBigNumber: true}
gasPrice: BigNumber {_hex: '0x05d21dba00', _isBigNumber: true}
hash: "0xd31724d14cbc9cf2018c21e1686dfbbe4ee777157941060aa0994030314f78ce"
maxFeePerGas: BigNumber {_hex: '0x05d21dba00', _isBigNumber: true}
maxPriorityFeePerGas: BigNumber {_hex: '0x05d21dba00', _isBigNumber: true}
nonce: 22
r: "0xbbb31f64bbf8b4ef2d3256a467038797069b9f65c0576da30574084eae4c0033"
s: "0x5ac1cc481004ea03bcfbc5838cef8f158c0c68fde123d8d4e1548e737f143848"
to: "0x0B2C03318Fb57C84082744E383CDbB3Cc11919B2"
transactionIndex: null
type: 2
v: 0
value: BigNumber
_hex: "0x00"
_isBigNumber: true
[[Prototype]]: Object
wait: (confirmations) => {…}
[[Prototype]]: Object

the above is what data from the function outputs

const {data} = useWeb3ExecuteFunction()

returns above

I didn’t understand your question.
Are you able to get the data from your useWeb3ExecuteFunction() function?