pub type GetTransactionLogResponse = TransactionLogResult;Aliased Type§
pub struct GetTransactionLogResponse {
pub list: Option<Vec<TransactionLogEntry>>,
pub next_page_cursor: Option<String>,
}Fields§
§list: Option<Vec<TransactionLogEntry>>§next_page_cursor: Option<String>