Skip to content

Commit

Permalink
feat: add tip and nonce getter for external transaction (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadNassar1 authored May 19, 2024
1 parent 111bdf8 commit 19f6682
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/external_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ macro_rules! implement_ref_getters {

impl ExternalTransaction {
implement_ref_getters!(
(nonce, Nonce),
(resource_bounds, ResourceBoundsMapping),
(signature, TransactionSignature)
(signature, TransactionSignature),
(tip, Tip)
);
}

Expand Down

0 comments on commit 19f6682

Please sign in to comment.