[][src]Function iota_client::get_trytes

pub fn get_trytes(
    uri: &str,
    hashes: &[String]
) -> Result<GetTrytesResponse, Error>

Returns the raw transaction data (trytes) of a specific transaction. These trytes can then be easily converted into the actual transaction object. See utility functions for more details.