Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

70
Vistas
Return address function from smart contract returns promise object instead of address in truffle test

Hi I have an address return function that works in remix but when I try to run it in a truffle test it gives me a promise object.

If I could have the truffle test return an address like it does in the solidity code that would be ideal or if I can access the promise object to give me my address. I have tried to add ".toString()" to the promise object but it does not give me the address

This is how I am trying to call the return function and save it to a variable within the truffle test

const newFractionContractAddress = await mainContract.getFractionContractAddress(0, {from: accounts[0]});

the solidity return function looks like this

function getFractionContractAddress(uint _index) public view returns(address) {
    return address(nftDeposits[msg.sender].deposits[_index].fractionContract);
}

Thanks

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Sending EVM transactions and waiting for the result of how they're processed is, by design, asynchronous. JavaScript uses Promises to be able to handle asynchronous operations.

The Promise resolves to a string representing the address, which you are correctly retrieving using the await keyword.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda