pub struct SystemAccounts {
pub attributes_depositor: Address,
pub attributes_predeploy: Address,
pub fee_vault: Address,
}
Expand description
System accounts
Fields§
§attributes_depositor: Address
The address that can deposit attributes
attributes_predeploy: Address
The address of the attributes predeploy
fee_vault: Address
The address of the fee vault
Trait Implementations§
Source§impl Clone for SystemAccounts
impl Clone for SystemAccounts
Source§fn clone(&self) -> SystemAccounts
fn clone(&self) -> SystemAccounts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SystemAccounts
impl Debug for SystemAccounts
Source§impl Default for SystemAccounts
impl Default for SystemAccounts
Source§impl<'de> Deserialize<'de> for SystemAccounts
impl<'de> Deserialize<'de> for SystemAccounts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SystemAccounts
impl PartialEq for SystemAccounts
Source§impl Serialize for SystemAccounts
impl Serialize for SystemAccounts
impl Copy for SystemAccounts
impl Eq for SystemAccounts
impl StructuralPartialEq for SystemAccounts
Auto Trait Implementations§
impl Freeze for SystemAccounts
impl RefUnwindSafe for SystemAccounts
impl Send for SystemAccounts
impl Sync for SystemAccounts
impl Unpin for SystemAccounts
impl UnwindSafe for SystemAccounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)