Interface: iBroadcastTxEvmSuccessResponse
The cosmos-side MsgEthereumTx wrapping hash. Cosmos tooling (explorer, indexer, Skip Go tracker) must use this hash — txhash alone won't resolve there. May be…
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:5466
Properties
cosmosTxHash?
optionalcosmosTxHash?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:5474
The cosmos-side MsgEthereumTx wrapping hash. Cosmos tooling (explorer,
indexer, Skip Go tracker) must use this hash — txhash alone won't
resolve there. May be undefined if the tx didn't mine in time.
success
success:
boolean
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:5475
txhash
txhash:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:5468
The EVM keccak256 transaction hash.