[][src]Struct godcoin::blockchain::index::Indexer

pub struct Indexer { /* fields omitted */ }

Methods

impl Indexer[src]

pub fn new(path: &Path) -> Indexer[src]

pub fn index_status(&self) -> IndexStatus[src]

pub fn set_index_status(&self, status: IndexStatus)[src]

pub fn get_block_byte_pos(&self, height: u64) -> Option<u64>[src]

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

pub fn get_owner(&self) -> Option<TxVariant>[src]

pub fn get_balance(&self, hash: &ScriptHash) -> Option<Asset>[src]

pub fn get_token_supply(&self) -> Asset[src]

Auto Trait Implementations

impl Send for Indexer

impl Sync for Indexer

impl Unpin for Indexer

impl UnwindSafe for Indexer

impl RefUnwindSafe for Indexer

Blanket Implementations

impl<T> From<T> for T[src]

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

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

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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