Skip to content

Commit

Permalink
Adding icrc1_memo to the Transaction (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejdfinity authored Nov 9, 2023
1 parent 56e9899 commit 0b14fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/ic-ledger-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ pub struct Transaction {
pub operation: Option<Operation>,
/// The time at which the client of the ledger constructed the transaction.
pub created_at_time: Timestamp,
/// The memo that was provided to the icrc1_transfer endpoint.
pub icrc1_memo: Option<ByteBuf>,
}

/// A single record in the ledger.
Expand Down

0 comments on commit 0b14fac

Please sign in to comment.