Interface: iTrackSkipTxPayload
Track Skip Tx Route: POST /api/v0/skip/v2/tx/track
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:4356
Track Skip Tx Route: POST /api/v0/skip/v2/tx/track
Initiates Skip:Go tracking for a broadcast tx. Accepts both snake_case (matches Skip:Go) and camelCase (matches SDK conventions); the indexer normalizes either form before forwarding.
Properties
chain_id?
optionalchain_id?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:4362
Source chain ID (snake_case Skip:Go form).
chainId?
optionalchainId?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:4364
Source chain ID (camelCase SDK form).
tokenIn?
optionaltokenIn?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:4366
Optional token in amount with denom (e.g. "1000ubadge"). Used to seed the swap event row in the indexer DB.
tx_hash?
optionaltx_hash?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:4358
Transaction hash to track (snake_case Skip:Go form).
txHash?
optionaltxHash?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:4360
Transaction hash to track (camelCase SDK form).