Skip to content

Commit

Permalink
Add back scrypto.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartossh committed Jan 11, 2025
1 parent ab98f59 commit 45c4c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/redstone/src/types/signer_address.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#[cfg(feature = "radix")]
use scrypto::prelude::*;

use crate::types::{Sanitized, VALUE_SIZE};
/// Type describing address of signer. Typically pubkey of length 20 bytes;
/// As of right now we dont expect larger keys than 32 bytes.
Expand Down

0 comments on commit 45c4c8e

Please sign in to comment.