get Transaction Details
suspend fun getTransactionDetails(chain: String, signature: String): Result<GetTransactionDetailsResponse>
Retrieves details for a single transaction on the specified chain.
Supports EVM, Solana, Bitcoin, Stellar, and Tron chains. The chain parameter can be a human-readable slug (monad-testnet, solana-devnet) or a CAIP chain identifier (tron:nile, stellar:testnet, bip122:000000000933ea01ad0ee984209779ba-p2wpkh).
Return
A Result containing the transaction details response.
Parameters
chain
The chain identifier (slug or CAIP format).
signature
The transaction hash, signature, or txid to look up.