[][src]Struct casperlabs_contract_ffi::value::account::Account

pub struct Account { /* fields omitted */ }

Methods

impl Account[src]

pub fn new(
    public_key: [u8; 32],
    nonce: u64,
    known_urefs: BTreeMap<String, Key>
) -> Self
[src]

pub fn insert_urefs(&mut self, keys: &mut BTreeMap<String, Key>)[src]

pub fn urefs_lookup(&self) -> &BTreeMap<String, Key>[src]

pub fn get_urefs_lookup(self) -> BTreeMap<String, Key>[src]

pub fn pub_key(&self) -> &[u8][src]

pub fn nonce(&self) -> u64[src]

Trait Implementations

impl ToBytes for Account[src]

impl FromBytes for Account[src]

impl PartialEq<Account> for Account[src]

impl Eq for Account[src]

impl From<Account> for Value[src]

impl Debug for Account[src]

impl TryFrom<Value> for Account[src]

type Error = ()

The type returned in the event of a conversion error.

impl Clone for Account[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Account

impl Sync for Account

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T