Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
18cadabd
Commit
18cadabd
authored
Jan 02, 2020
by
Iuri Matias
Committed by
yann300
Feb 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused methods from udapp
parent
20f39ede
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
universalDapp.js
src/blockchain/universalDapp.js
+0
-15
No files found.
src/blockchain/universalDapp.js
View file @
18cadabd
...
@@ -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!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment