[−][src]Struct casperlabs_engine_core::execution::Executor
Implementations
impl Executor[src]
pub fn new(config: EngineConfig) -> Self[src]
pub fn config(&self) -> EngineConfig[src]
pub fn exec<R>(
&self,
parity_module: Module,
args: Vec<u8>,
base_key: Key,
account: &Account,
authorized_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
tc: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> ExecutionResult where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>, [src]
&self,
parity_module: Module,
args: Vec<u8>,
base_key: Key,
account: &Account,
authorized_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
tc: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> ExecutionResult where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>,
pub fn exec_finalize<R>(
&self,
parity_module: Module,
args: Vec<u8>,
named_keys: &mut BTreeMap<String, Key>,
base_key: Key,
account: &Account,
authorization_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
state: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> ExecutionResult where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>, [src]
&self,
parity_module: Module,
args: Vec<u8>,
named_keys: &mut BTreeMap<String, Key>,
base_key: Key,
account: &Account,
authorization_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
state: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> ExecutionResult where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>,
pub fn create_runtime<'a, R>(
&self,
module: Module,
args: Vec<u8>,
keys: &'a mut BTreeMap<String, Key>,
base_key: Key,
account: &'a Account,
authorization_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
address_generator: Rc<RefCell<AddressGenerator>>,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
state: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> Result<(ModuleRef, Runtime<'a, R>), Error> where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>, [src]
&self,
module: Module,
args: Vec<u8>,
keys: &'a mut BTreeMap<String, Key>,
base_key: Key,
account: &'a Account,
authorization_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
address_generator: Rc<RefCell<AddressGenerator>>,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
state: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> Result<(ModuleRef, Runtime<'a, R>), Error> where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>,
pub fn exec_system<R, T>(
&self,
module: Module,
args: Vec<u8>,
keys: &mut BTreeMap<String, Key>,
base_key: Key,
account: &Account,
authorization_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
address_generator: Rc<RefCell<AddressGenerator>>,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
state: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> Result<T, Error> where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>,
T: FromBytes + CLTyped, [src]
&self,
module: Module,
args: Vec<u8>,
keys: &mut BTreeMap<String, Key>,
base_key: Key,
account: &Account,
authorization_keys: BTreeSet<PublicKey>,
blocktime: BlockTime,
deploy_hash: [u8; 32],
gas_limit: Gas,
address_generator: Rc<RefCell<AddressGenerator>>,
protocol_version: ProtocolVersion,
correlation_id: CorrelationId,
state: Rc<RefCell<TrackingCopy<R>>>,
phase: Phase,
protocol_data: ProtocolData,
system_contract_cache: SystemContractCache
) -> Result<T, Error> where
R: StateReader<Key, StoredValue>,
R::Error: Into<Error>,
T: FromBytes + CLTyped,
Auto Trait Implementations
impl RefUnwindSafe for Executor
impl Send for Executor
impl Sync for Executor
impl Unpin for Executor
impl UnwindSafe for Executor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> FromBits<T> for T
fn from_bits(other: T) -> T
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,