pub struct FungibleTokenMetadataProviderExt { /* private fields */ }
Implementations§
Source§impl FungibleTokenMetadataProviderExt
impl FungibleTokenMetadataProviderExt
pub fn with_attached_deposit(self, amount: NearToken) -> Self
pub fn with_static_gas(self, static_gas: Gas) -> Self
pub fn with_unused_gas_weight(self, gas_weight: u64) -> Self
Source§impl FungibleTokenMetadataProviderExt
impl FungibleTokenMetadataProviderExt
pub fn ft_metadata(self) -> Promise
Auto Trait Implementations§
impl Freeze for FungibleTokenMetadataProviderExt
impl RefUnwindSafe for FungibleTokenMetadataProviderExt
impl Send for FungibleTokenMetadataProviderExt
impl Sync for FungibleTokenMetadataProviderExt
impl Unpin for FungibleTokenMetadataProviderExt
impl UnwindSafe for FungibleTokenMetadataProviderExt
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