[][src]Function iota_client::get_trytes

pub fn get_trytes(
    uri: String,
    hashes: Vec<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.