Add code property to IndexedTx in bcp package
This commit is contained in:
parent
48c754f325
commit
7b62f40ef5
@ -284,6 +284,7 @@ describe("decode", () => {
|
||||
const txsResponse: IndexedTx = {
|
||||
height: 2823,
|
||||
hash: testdata.txId,
|
||||
code: 0,
|
||||
rawLog: '[{"msg_index":0,"success":true,"log":""}]',
|
||||
logs: [],
|
||||
tx: cosmoshub.tx,
|
||||
@ -314,6 +315,7 @@ describe("decode", () => {
|
||||
const txsResponse: IndexedTx = {
|
||||
height: 2823,
|
||||
hash: testdata.txId,
|
||||
code: 0,
|
||||
rawLog: '[{"msg_index":0,"success":true,"log":""}]',
|
||||
logs: [],
|
||||
tx: cosmoshub.tx,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user