Skip to content
SwapKit is a powerful suite of tools for building blockchain applications.

TransactionProps

Defined in: packages/helpers/src/api/swapkitApi/types.ts:121

block: number

Defined in: packages/helpers/src/api/swapkitApi/types.ts:124


chainId: ChainId

Defined in: packages/helpers/src/api/swapkitApi/types.ts:122


optional finalisedAt: number

Defined in: packages/helpers/src/api/swapkitApi/types.ts:132


fromAddress: string

Defined in: packages/helpers/src/api/swapkitApi/types.ts:129


fromAsset: null | AssetValue

Defined in: packages/helpers/src/api/swapkitApi/types.ts:128


hash: string

Defined in: packages/helpers/src/api/swapkitApi/types.ts:123


optional meta: Partial<{ affiliate?: string; broadcastedAt?: number; explorerUrl?: string; fees?: { affiliate?: { address?: string; chain: Chain; decimal?: number; isGasAsset: boolean; isSynthetic: boolean; symbol: string; tax?: { buy: number; sell: number; }; ticker: string; }; liquidity?: { address?: string; chain: Chain; decimal?: number; isGasAsset: boolean; isSynthetic: boolean; symbol: string; tax?: { buy: number; sell: number; }; ticker: string; }; network?: { address?: string; chain: Chain; decimal?: number; isGasAsset: boolean; isSynthetic: boolean; symbol: string; tax?: { buy: number; sell: number; }; ticker: string; }; protocol?: { address?: string; chain: Chain; decimal?: number; isGasAsset: boolean; isSynthetic: boolean; symbol: string; tax?: { buy: number; sell: number; }; ticker: string; }; tax?: { address?: string; chain: Chain; decimal?: number; isGasAsset: boolean; isSynthetic: boolean; symbol: string; tax?: { buy: number; sell: number; }; ticker: string; }; }; images?: { chain?: string; from?: string; provider?: string; to?: string; }; provider?: CAVIAR_V1 | CAMELOT_V3 | CHAINFLIP | CHAINFLIP_STREAMING | JUPITER | MAYACHAIN | MAYACHAIN_STREAMING | OCISWAP_V1 | ONEINCH | OPENOCEAN_V2 | PANCAKESWAP | PANGOLIN_V1 | SUSHISWAP_V2 | THORCHAIN | THORCHAIN_STREAMING | TRADERJOE_V2 | UNISWAP_V2 | UNISWAP_V3 | KADO; quoteId?: string; wallet?: string; }>

Defined in: packages/helpers/src/api/swapkitApi/types.ts:133


optional payload: Partial<{ evmCalldata?: string; logs?: unknown; memo?: string; spender?: string; }>

Defined in: packages/helpers/src/api/swapkitApi/types.ts:134


optional status: TxnStatus

Defined in: packages/helpers/src/api/swapkitApi/types.ts:126


toAddress: string

Defined in: packages/helpers/src/api/swapkitApi/types.ts:131


toAsset: null | AssetValue

Defined in: packages/helpers/src/api/swapkitApi/types.ts:130


optional trackingStatus: TrackingStatus

Defined in: packages/helpers/src/api/swapkitApi/types.ts:127


optional type: TxnType

Defined in: packages/helpers/src/api/swapkitApi/types.ts:125