Skip to content

Commit 892a18c

Browse files
newlines
1 parent f0037fb commit 892a18c

File tree

1 file changed

+2
-0
lines changed
  • crates/iota-sdk-ffi/src/types/transaction

1 file changed

+2
-0
lines changed

crates/iota-sdk-ffi/src/types/transaction/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,10 +1211,12 @@ impl ActiveJwk {
12111211
pub fn jwk_id(&self) -> JwkId {
12121212
self.0.jwk_id.clone().into()
12131213
}
1214+
12141215
/// The Jwk
12151216
pub fn jwk(&self) -> Jwk {
12161217
self.0.jwk.clone().into()
12171218
}
1219+
12181220
/// Most recent epoch in which the jwk was validated
12191221
pub fn epoch(&self) -> u64 {
12201222
self.0.epoch

0 commit comments

Comments
 (0)