remove unused methods from udapp

pull/1/head
Iuri Matias 5 years ago committed by yann300
parent 20f39ede7a
commit 18cadabdfc
  1. 15
      src/blockchain/universalDapp.js

@ -249,21 +249,6 @@ class UniversalDApp {
return (this.executionContext.isVM() ? 'memory' : 'blockchain')
}
getABI (contract) {
return txHelper.sortAbiFunction(contract.abi)
}
getFallbackInterface (contractABI) {
return txHelper.getFallbackInterface(contractABI)
}
getInputs (funABI) {
if (!funABI.inputs) {
return ''
}
return txHelper.inputParametersDeclarationToString(funABI.inputs)
}
/**
* This function send a tx only to javascript VM or testnet, will return an error for the mainnet
* SHOULD BE TAKEN CAREFULLY!

Loading…
Cancel
Save