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
1f16aee7
Commit
1f16aee7
authored
Feb 06, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove execution tx-helper from UI
parent
ca831ee6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
universal-dapp.js
src/universal-dapp.js
+3
-3
No files found.
src/universal-dapp.js
View file @
1f16aee7
...
@@ -186,15 +186,15 @@ UniversalDApp.prototype.context = function () {
...
@@ -186,15 +186,15 @@ UniversalDApp.prototype.context = function () {
return
(
executionContext
.
isVM
()
?
'memory'
:
'blockchain'
)
return
(
executionContext
.
isVM
()
?
'memory'
:
'blockchain'
)
}
}
UniversalDApp
.
prototype
.
getABI
=
function
(
contract
)
{
UniversalDApp
Model
.
prototype
.
getABI
=
function
(
contract
)
{
return
txHelper
.
sortAbiFunction
(
contract
.
abi
)
return
txHelper
.
sortAbiFunction
(
contract
.
abi
)
}
}
UniversalDApp
.
prototype
.
getFallbackInterface
=
function
(
contractABI
)
{
UniversalDApp
Model
.
prototype
.
getFallbackInterface
=
function
(
contractABI
)
{
return
txHelper
.
getFallbackInterface
(
contractABI
)
return
txHelper
.
getFallbackInterface
(
contractABI
)
}
}
UniversalDApp
.
prototype
.
getInputs
=
function
(
funABI
)
{
UniversalDApp
Model
.
prototype
.
getInputs
=
function
(
funABI
)
{
if
(
!
funABI
.
inputs
)
{
if
(
!
funABI
.
inputs
)
{
return
''
return
''
}
}
...
...
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