get Transaction Details
suspend fun getTransactionDetails(chain: String, signature: String): Result<GetTransactionDetailsResponse>
Fetches the details of a single transaction on the given chain.
Return
A Result containing GetTransactionDetailsResponse if successful, or an error if the request fails.
Parameters
chain
Human-readable slug (e.g. monad-testnet) or CAIP chain identifier (e.g. tron:nile, stellar:testnet).
signature
The transaction hash / signature / txid to look up.