pub struct ScFuncs {}
Implementations§
Source§impl ScFuncs
impl ScFuncs
pub fn deploy_contract(ctx: &impl ScFuncCallContext) -> DeployContractCall<'_>
pub fn grant_deploy_permission( ctx: &impl ScFuncCallContext, ) -> GrantDeployPermissionCall<'_>
pub fn require_deploy_permissions( ctx: &impl ScFuncCallContext, ) -> RequireDeployPermissionsCall<'_>
pub fn revoke_deploy_permission( ctx: &impl ScFuncCallContext, ) -> RevokeDeployPermissionCall<'_>
pub fn subscribe_block_context( ctx: &impl ScFuncCallContext, ) -> SubscribeBlockContextCall<'_>
pub fn find_contract(ctx: &impl ScViewCallContext) -> FindContractCall<'_>
pub fn get_contract_records( ctx: &impl ScViewCallContext, ) -> GetContractRecordsCall<'_>
Auto Trait Implementations§
impl Freeze for ScFuncs
impl RefUnwindSafe for ScFuncs
impl Send for ScFuncs
impl Sync for ScFuncs
impl Unpin for ScFuncs
impl UnwindSafe for ScFuncs
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