Gets a contract ABI as a JavaScript array. This method supports contracts used by the Aquarius Loan.
contract (string) The name of the contract.
contract
RETURN (Array) Returns the ABI of the contract as a JavaScript array.
RETURN
console.log('aBNB ABI: ', Aquarius.util.getAbi(Aquarius.aBNB));
Last updated 2 years ago