How to get in transaction result contract return value?

I have contract that returns u64 number in specific function, I have used multiCal function to call two function of contract and didn’t get in transactionResult any similar field that would give me this number

This is multical usage and log of transaction result object

 await limitOrdersContract
        .multiCall([
          limitOrdersContract.functions.deposit().callParams({
            forward: {
              amount: "100000",
              assetId: TOKENS_BY_SYMBOL.ETH.assetId,
            },
          }),
          limitOrdersContract.functions
            .create_order({ value: token1 }, amount1, this.matcherFee)
            .callParams({ forward: { amount: amount0, assetId: token0 } }),
        ])
        .txParams({ gasPrice: 1 })
        .call()
        .then(({ transactionResult }) => {
          console.log(transactionResult);
        })

transactionResult object

{
    "status": {
        "type": "success",
        "programState": {
            "returnType": "RETURN_DATA",
            "data": "0x613e9d463e0b90b50f44856d57026a886bbf8f1c86940d5b3c2f76274617e377"
        }
    },
    "receipts": [
        {
            "type": 0,
            "from": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "to": "0x7662a02959e3e2d681589261e95a7a4bc8ac66c6d66999a0fe01bb6c36ada7c6",
            "amount": "0x186a0",
            "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "gas": "0x5f5dfca",
            "param1": "0x2df2cef7",
            "param2": "0x3868",
            "pc": "0x47a0",
            "is": "0x47a0"
        },
        {
            "type": 1,
            "id": "0x7662a02959e3e2d681589261e95a7a4bc8ac66c6d66999a0fe01bb6c36ada7c6",
            "val": "0x0",
            "pc": "0x6468",
            "is": "0x47a0"
        },
        {
            "type": 0,
            "from": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "to": "0x7662a02959e3e2d681589261e95a7a4bc8ac66c6d66999a0fe01bb6c36ada7c6",
            "amount": "0x3b9aca00",
            "assetId": "0x56fb8789a590ea9c12af6fe6dc2b43f347700b049d4f823fd4476c6f366af201",
            "gas": "0x5f5cd62",
            "param1": "0x3101aa7c",
            "param2": "0x3868",
            "pc": "0x4848",
            "is": "0x4848"
        },
        {
            "type": 1,
            "id": "0x7662a02959e3e2d681589261e95a7a4bc8ac66c6d66999a0fe01bb6c36ada7c6",
            "val": "0x12b",
            "pc": "0x5e4c",
            "is": "0x4848"
        },
        {
            "type": 2,
            "id": "0x0000000000000000000000000000000000000000000000000000000000000000",
            "ptr": "0x3fffec0",
            "len": "0xa0",
            "digest": "0x613e9d463e0b90b50f44856d57026a886bbf8f1c86940d5b3c2f76274617e377",
            "pc": "0xa0",
            "is": "0x1",
            "data": "0x00000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000056fb8789a590ea9c000000000000012b000000000000000000000000000030b80000000000003f0800000000000045f000000000000000000000000003ffff5f00000000000000000000000005f5c0460000000000000000000000000000000000000000000028680000000000000000"
        },
        {
            "type": 9,
            "result": "0x0",
            "gasUsed": "0x2765"
        }
    ],
    "transactionId": "0xbbf1e4f01c69018a3816c697e2592018a7b8e55c5414f498b5e3f7ed5f17518b",
    "blockId": "0x56df92711786a2443dd088406189bf0e2674be255deebb0d64df21b3d4013be1",
    "time": "4611686020109813320",
    "gasUsed": "0x2765",
    "fee": "0x1",
    "transaction": {
        "type": 0,
        "gasPrice": "0x1",
        "gasLimit": "0x5f5e100",
        "maturity": 0,
        "scriptLength": 3372,
        "scriptDataLength": 768,
        "inputsCount": 8,
        "outputsCount": 3,
        "witnessesCount": 1,
        "receiptsRoot": "0xc8812f1cbadb1946e8132b5d31eab92a4ed761f59441801d30a27b45e53c3759",
        "script": "0x90000004470000000000000000000cd45dfcc00110fff3001a5c5000910005b861440006724002d0164114005b40100d360000006158000c61440001504175305f5d10a6504175305d4570a6504171385f5d1027504171385d417027134100007340001a9000001f1a445000910000085d43f0005f4500009000002b504171385d4170271341004073400024900000291a445000910000085d43f0015f4500009000002b360000001a44000050417528504175286041100850457528504170085041700860411008504170085d4100001341000073400037900000396144000c9000003b360000001a440000504174305f5d1086504174305d4570865d43f00210450440504174485f5d108961440001504175405f5d10a8504175405d4570a8504171405f5d1028504171405d417028134100007340004f900000541a445000910000085d43f0005f45000090000060504171405d41702813410040734000599000005e1a445000910000085d43f0015f45000090000060360000001a44000050417538504175386041100850457538504170005041700060411008504170005d410000134100007340006c9000006e6144000690000078504170005d410000134100407340007390000076360000001a44000090000078360000001a4400005d43f00220451400504173805f5d1070504174485d497089504173805d4170701a445000910000105f4520005f450001504175a8504175a8604110105d47f00326440000504470015041726050417260604110a026000000504070011a445000910000105f4500005f440001504174785041747860411010504173505f5c006a5d47f0025d43f00412451400504173005f5d1060504173505d45706a504173005d41706016411400734000a4900000b150496000504173505d41706a5545009010452440504170785041707860411090504170785d41000013410040734001249000031f504972601a445000910000a050411000604120a05041748850417488604110a026000000504070011a445000910000105f4500005f44000150417198504171986041101050517198505574885d454001504174085f5d10815d4540015d43f00310450440504173c85f5d10795d4140005d4d4001504573c85d457079154914c0734800d3900000e12644000050487001504573a85f5d207515453000734400da900000de504573a85d457075284504c0900000de504173a85d417075900000e15f510000504173c85d4170795f5100015d454000504174085d417081104504405d43f0032845540050557198505174785d41400113410000734000f1900000f35d4150019000011c5d455001504174105f5d10825d4550015d41400110450440504173d05f5d107a5d4150005d4d5001504573d05d45707a154914c073480102900001102644000050487001504573b05f5d207615453000734401099000010d504573b05d457076284504c09000010d504173b05d417076900001105f550000504173d05d41707a5f5500015d4940005d455000504174105d417082104504405d414001284524005d417082504171985d450000504171985d41000125450000504574885d43f003254500005041707850450008504171a8504171a860411088504171a850450028504171085041710860411018504171085d41000013410000734001339000013f504171085d450002504175485f5d10a9504175485d4970a91a445000910000185d43f0005f4500005f4520029000017b504171085d41000013410040734001449000016050417108504100085d450000504173e85f5d107d50417108504100085d450001504173785f5d106f504175a85d450000504173e85d41707d10450440504173785d41706f1a485000910000105f4910005f4900011a445000910000185d43f0015f45000050411008604120109000017b50417108504100085d450000504173f05f5d107e50417108504100085d450001504173905f5d1072504175a85d450000504173f05d41707e10450440504173905d4170721a485000910000105f4910005f4900011a445000910000185d43f0015f4500005041100860412010504173085041730860411018504171a850550000504171a85d51000450457308504171a8504d0040504170105041701060411018504170105d410000134100007340018d90000194504170105d450002504175505f5d10aa504175505d4570aa900001a8504170105d4100001341004073400199900001a150417010504100085d450000504174385f5d1087504174385d457087900001a850417010504100085d450000504174505f5d108a504174505d45708a504173205f5d1064504173205d4970641a4450009100003050411000604150205f4540045f45200550417230504172306041103050453000504170285041702860411010504170285d41000013410040734001be900001c5504170285d450001504171485f5d1029504171485d457029900001cd504170285d41000013410000734001ca900001cc1a440000900001cd1a440000504171505f5d102a50453010504170385041703860411028504170385d41000013410040734001d8900001df504170385045000850417358504173586041102050497358900001f1504170385d41000013410000734001e4900001eb1a485000910000205d47f00a104513005041200060411020900001f11a485000910000205d47f00a10451300504120006041102050417158504171586041202050453038504170605041706060411010504170605d41000013410040734001fd90000204504170605d450001504173405f5d1068504173405d4570689000020c504170605d41000013410000734002099000020b1a44a0009000020c1a44a000504173485f5d1069504d7230504171505d49702a50457158504173485d4170692d4d24501a44e000504170705f5d100e504170705d41700e134100007340021d900002281a44d000504175785f5d10af504175785d4570af1a485000910000185d43f0005f4900005f4910029000023d504170705d45700e504173885f5d10711a44d000504174585f5d108b504174585d49708b504173885d4170711a445000910000105f4520005f4500011a485000910000185d43f0015f490000504120086041101050417460504174606041201850457460504171205041712060411018504171205d410000134100007340024990000255504171205d450002504175a05f5d10b4504175a05d4970b41a445000910000185d43f0005f4500005f45200290000309504171205d410000134100407340025a900002b250417120504100085d450000504174285f5d108550417120504100085d450001504173985f5d1073504174285d497085504173985d4170731a445000910000105f4520005f45000150417178504171786041101050557478505171785d4140011341000073400275900002775d455001900002a15d455001504174185f5d10835d4550015d41400110450440504173d85f5d107b5d4150005d4d5001504573d85d45707b154914c073480286900002942644000050487001504573b85f5d2077154530007344028d90000291504573b85d457077284504c090000291504173b85d417077900002945f550000504173d85d41707b5f5500015d4940005d455000504174185d417083104504405d41400128452400504174185d457083504173f85f5d107f504173f85d45707f504173985d4170731a485000910000105f4910005f4900011a445000910000185d43f0015f45000050411008604120109000030950417120504100085d450000504174405f5d108850417120504100085d450001504173a05f5d1074504174405d497088504173a05d4170741a445000910000105f4520005f45000150417188504171886041101050557478505171885d41400113410000734002cd900002cf5d455001900002f95d455001504174205f5d10845d4550015d41400110450440504173e05f5d107c5d4150005d4d5001504573e05d45707c154914c0734802de900002ec2644000050487001504573c05f5d207815453000734402e5900002e9504573c05d457078284504c0900002e9504173c05d417078900002ec5f550000504173e05d41707c5f5500015d4940005d455000504174205d417084104504405d41400128452400504174205d457084504174005f5d1080504174005d457080504173a05d4170741a485000910000105f4910005f4900011a445000910000185d43f0015f4500005041100860412010504173285041732860411018504973281a445000910000205d43f0015f450000504110086041201850417558504175586041102050457260504173505d41706a5549002010491480504575585d43f009284914009000032e504175801a445000910000205d43f0005f450000504175806041102050457260504173505d41706a5549002010491480504575805d43f0092849140050417350504173505d41706a104014005f5d006a9000009d470000000000000000000000000000000000000100000000000002d000000000000000a00000000000000090000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000cfc",
        "scriptData": "0x00000000000000017662a02959e3e2d681589261e95a7a4bc8ac66c6d66999a0fe01bb6c36ada7c6000000002df2cef7000000000000000100000000000000000000000000000000000000000000000100000000000186a0000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000017662a02959e3e2d681589261e95a7a4bc8ac66c6d66999a0fe01bb6c36ada7c6000000003101aa7c0000000000000001000000000000000000000000000000300000000000000001000000003b9aca00000000000000000156fb8789a590ea9c12af6fe6dc2b43f347700b049d4f823fd4476c6f366af20100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f7d6d3344dd36493d7e6b02b16a679778ad24539e2698af02558868a6f2feb810000000005f5e10000000000000003e8",
        "inputs": [
            {
                "type": 1,
                "utxoID": {
                    "transactionId": "0xb3ab64d689e3b38e50bc076a80b7fc33c182b81fca437462cf0525d118437b13",
                    "outputIndex": 0
                },
                "balanceRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "stateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "contractID": "0x7662a02959e3e2d681589261e95a7a4bc8ac66c6d66999a0fe01bb6c36ada7c6"
            },
            {
                "type": 0,
                "utxoID": {
                    "transactionId": "0x6f5dc777006561adff8f94e465c2c8d67a7515a68278f3c37c4635b2426e9446",
                    "outputIndex": 1
                },
                "owner": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x663",
                "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "witnessIndex": 0,
                "maturity": 0,
                "predicateLength": 0,
                "predicateDataLength": 0,
                "predicate": "0x",
                "predicateData": "0x"
            },
            {
                "type": 0,
                "utxoID": {
                    "transactionId": "0x055f7d8fc781f4d4a003d949de4977b6fceb0ad4e9c41eff1067e433ab3ada7d",
                    "outputIndex": 1
                },
                "owner": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x1d44f",
                "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "witnessIndex": 0,
                "maturity": 0,
                "predicateLength": 0,
                "predicateDataLength": 0,
                "predicate": "0x",
                "predicateData": "0x"
            },
            {
                "type": 0,
                "utxoID": {
                    "transactionId": "0xf8f454a92030b89724c134d74639f19ff13533b19086029034a894057a1766ef",
                    "outputIndex": 1
                },
                "owner": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x3f1",
                "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "witnessIndex": 0,
                "maturity": 0,
                "predicateLength": 0,
                "predicateDataLength": 0,
                "predicate": "0x",
                "predicateData": "0x"
            },
            {
                "type": 0,
                "utxoID": {
                    "transactionId": "0x0491a850104a176c4b82feb442940fa4f7244ed71cd46ff462992d5f01fc2797",
                    "outputIndex": 1
                },
                "owner": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0xd3",
                "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "witnessIndex": 0,
                "maturity": 0,
                "predicateLength": 0,
                "predicateDataLength": 0,
                "predicate": "0x",
                "predicateData": "0x"
            },
            {
                "type": 0,
                "utxoID": {
                    "transactionId": "0xe54dd5e301d31a1adfb7dcbd2344d0d996ffaca970ea751dc1566901fe5eb853",
                    "outputIndex": 1
                },
                "owner": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x402",
                "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "witnessIndex": 0,
                "maturity": 0,
                "predicateLength": 0,
                "predicateDataLength": 0,
                "predicate": "0x",
                "predicateData": "0x"
            },
            {
                "type": 0,
                "utxoID": {
                    "transactionId": "0xb7ac91d06b8e262ef9c7c1b58daffe8ba1f70a5a2863f42810f60972937a00fe",
                    "outputIndex": 1
                },
                "owner": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x3ef",
                "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "witnessIndex": 0,
                "maturity": 0,
                "predicateLength": 0,
                "predicateDataLength": 0,
                "predicate": "0x",
                "predicateData": "0x"
            },
            {
                "type": 0,
                "utxoID": {
                    "transactionId": "0x378b86c8dd7e75832aa7f8a5d0826c76f088603954d19a1637e169234158fe73",
                    "outputIndex": 2
                },
                "owner": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x860c23408",
                "assetId": "0x56fb8789a590ea9c12af6fe6dc2b43f347700b049d4f823fd4476c6f366af201",
                "txPointer": {
                    "blockHeight": 0,
                    "txIndex": 0
                },
                "witnessIndex": 0,
                "maturity": 0,
                "predicateLength": 0,
                "predicateDataLength": 0,
                "predicate": "0x",
                "predicateData": "0x"
            }
        ],
        "outputs": [
            {
                "type": 1,
                "inputIndex": 0,
                "balanceRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
                "stateRoot": "0x0000000000000000000000000000000000000000000000000000000000000000"
            },
            {
                "type": 3,
                "to": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x60c6",
                "assetId": "0x0000000000000000000000000000000000000000000000000000000000000000"
            },
            {
                "type": 3,
                "to": "0x2ce05bde9ada2d2c58b5eb9f08be34df19375d618626c324f75dfdbd226c8d88",
                "amount": "0x825276a08",
                "assetId": "0x56fb8789a590ea9c12af6fe6dc2b43f347700b049d4f823fd4476c6f366af201"
            }
        ],
        "witnesses": [
            {
                "dataLength": 64,
                "data": "0x6fcc1c6b5b3b32318777255b68e5b30363210ba25c2a2af98d77043487293f95907c31e5488893e043e99942edc67935d9e6b5e58d5dc8798057afeb774b7ffa"
            }
        ]
    }
}

Is there functional like this that can give me return value of function?

You should be able to use the method in this example here: Multiple Contract Calls | Fuels-ts . Does that work for you?

This page is not available now. Where I can find same?