Struct radix_common::constants::AuthAddresses
source · pub struct AuthAddresses;
Implementations§
source§impl AuthAddresses
impl AuthAddresses
pub fn system_role() -> NonFungibleGlobalId
pub fn validator_role() -> NonFungibleGlobalId
pub fn signer_set( signer_public_keys: &[PublicKey] ) -> BTreeSet<NonFungibleGlobalId>
Auto Trait Implementations§
impl Freeze for AuthAddresses
impl RefUnwindSafe for AuthAddresses
impl Send for AuthAddresses
impl Sync for AuthAddresses
impl Unpin for AuthAddresses
impl UnwindSafe for AuthAddresses
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more