Annex Docs
Annex Docs
Search
K
Comment on page

Get ABI

Gets a contract ABI as a JavaScript array. This method supports contracts used by the Annex Protocol.
  • contract (string) The name of the contract.
  • RETURN (Array) Returns the ABI of the contract as a JavaScript array.
console.log('aBNB ABI: ', Annex.util.getAbi(Annex.aBNB));