Skip to content

Commit

Permalink
Resolved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rutvikghaskata18 committed Aug 14, 2024
2 parents d8c5492 + 0e2969b commit e785773
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ export const CHAIN_METHODS = {
method: 'GET',
params: ['blockHeight', 'includeTransactions'],
},
getContractViewMethodList: {
name: 'getContractViewMethodList',
call: 'blockChain/ContractViewMethodList',
method: 'GET',
params: ['address'],
inputFormatter: []
},
getTxResult: {
name: 'getTxResult',
call: 'blockChain/transactionResult',
Expand Down

0 comments on commit e785773

Please sign in to comment.