Commit 18cadabd authored by Iuri Matias's avatar Iuri Matias Committed by yann300

remove unused methods from udapp

parent 20f39ede
...@@ -249,21 +249,6 @@ class UniversalDApp { ...@@ -249,21 +249,6 @@ class UniversalDApp {
return (this.executionContext.isVM() ? 'memory' : 'blockchain') 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 * This function send a tx only to javascript VM or testnet, will return an error for the mainnet
* SHOULD BE TAKEN CAREFULLY! * SHOULD BE TAKEN CAREFULLY!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment