Trait fil_actors_shared::ext::TokenStateExt

source ·
pub trait TokenStateExt {
    // Required method
    fn get_balance_opt<BS: Blockstore>(
        &self,
        bs: &BS,
        owner: ActorID,
    ) -> Result<Option<TokenAmount>, StateError>;
}
Expand description

Lotus compatibility layer.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TokenStateExt for TokenState

Implementors§