Struct multiversx_sc::types::system_proxy::UserBuiltinProxyMethods
source · pub struct UserBuiltinProxyMethods<Env, From, To, Gas>{ /* private fields */ }Implementations§
source§impl<Env, From, To, Gas> UserBuiltinProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> UserBuiltinProxyMethods<Env, From, To, Gas>
pub fn set_user_name<Arg0: ProxyArg<ManagedBuffer<Env::Api>>>( self, name: Arg0, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn delete_user_name(self) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn claim_developer_rewards( self, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn change_owner_address( self, new_owner: &ManagedAddress<Env::Api>, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn esdt_local_burn( self, token: &TokenIdentifier<Env::Api>, nonce: u64, amount: &BigUint<Env::Api>, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn esdt_local_mint( self, token: &TokenIdentifier<Env::Api>, nonce: u64, amount: &BigUint<Env::Api>, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn nft_add_multiple_uri( self, token_id: &TokenIdentifier<Env::Api>, nft_nonce: u64, new_uris: &ManagedVec<Env::Api, ManagedBuffer<Env::Api>>, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn nft_update_attributes<T: TopEncode>( self, token_id: &TokenIdentifier<Env::Api>, nft_nonce: u64, new_attributes: &T, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ()>
pub fn esdt_nft_create<T: TopEncode>( self, token: &TokenIdentifier<Env::Api>, amount: &BigUint<Env::Api>, name: &ManagedBuffer<Env::Api>, royalties: &BigUint<Env::Api>, hash: &ManagedBuffer<Env::Api>, attributes: &T, uris: &ManagedVec<Env::Api, ManagedBuffer<Env::Api>>, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, u64>
Auto Trait Implementations§
impl<Env, From, To, Gas> Freeze for UserBuiltinProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> RefUnwindSafe for UserBuiltinProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> Send for UserBuiltinProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> Sync for UserBuiltinProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> Unpin for UserBuiltinProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> UnwindSafe for UserBuiltinProxyMethods<Env, From, To, Gas>
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