pub struct LocalAuthZone {}Implementations§
Source§impl LocalAuthZone
impl LocalAuthZone
pub fn drain<Y: SystemApi<E>, E: SystemApiError>( api: &mut Y, ) -> Result<Vec<Proof>, E>
pub fn drop_proofs<Y: SystemApi<E>, E: SystemApiError>( api: &mut Y, ) -> Result<(), E>
pub fn drop_regular_proofs<Y: SystemApi<E>, E: SystemApiError>( api: &mut Y, ) -> Result<(), E>
pub fn drop_signature_proofs<Y: SystemApi<E>, E: SystemApiError>( api: &mut Y, ) -> Result<(), E>
pub fn pop<Y: SystemApi<E>, E: SystemApiError>( api: &mut Y, ) -> Result<Option<Proof>, E>
pub fn create_proof_of_amount<Y: SystemApi<E>, E: SystemApiError>( amount: Decimal, resource_address: ResourceAddress, api: &mut Y, ) -> Result<Proof, E>
pub fn create_proof_of_non_fungibles<Y: SystemApi<E>, E: SystemApiError>( ids: &IndexSet<NonFungibleLocalId>, resource_address: ResourceAddress, api: &mut Y, ) -> Result<Proof, E>
pub fn create_proof_of_all<Y: SystemApi<E>, E: SystemApiError>( resource_address: ResourceAddress, api: &mut Y, ) -> Result<Proof, E>
pub fn push<Y: SystemApi<E>, E: SystemApiError, P: Into<Proof>>( proof: P, api: &mut Y, ) -> Result<(), E>
Auto Trait Implementations§
impl Freeze for LocalAuthZone
impl RefUnwindSafe for LocalAuthZone
impl Send for LocalAuthZone
impl Sync for LocalAuthZone
impl Unpin for LocalAuthZone
impl UnsafeUnpin for LocalAuthZone
impl UnwindSafe for LocalAuthZone
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