Struct sp_core::offchain::testing::TestOffchainExt [−][src]
pub struct TestOffchainExt(pub Arc<RwLock<OffchainState>>);
Implementation of offchain externalities used for tests.
Implementations
impl TestOffchainExt
[src]
impl TestOffchainExt
[src]pub fn new() -> (Self, Arc<RwLock<OffchainState>>)
[src]
Create new TestOffchainExt
and a reference to the internal state.
pub fn with_offchain_db(
offchain_db: TestPersistentOffchainDB
) -> (Self, Arc<RwLock<OffchainState>>)
[src]
offchain_db: TestPersistentOffchainDB
) -> (Self, Arc<RwLock<OffchainState>>)
Create new TestOffchainExt
and a reference to the internal state.
Trait Implementations
impl Clone for TestOffchainExt
[src]
impl Clone for TestOffchainExt
[src]fn clone(&self) -> TestOffchainExt
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for TestOffchainExt
[src]
impl Default for TestOffchainExt
[src]fn default() -> TestOffchainExt
[src]
impl Externalities for TestOffchainExt
[src]
impl Externalities for TestOffchainExt
[src]fn is_validator(&self) -> bool
[src]
fn network_state(&self) -> Result<OpaqueNetworkState, ()>
[src]
fn timestamp(&mut self) -> Timestamp
[src]
fn sleep_until(&mut self, deadline: Timestamp)
[src]
fn random_seed(&mut self) -> [u8; 32]
[src]
fn local_storage_set(&mut self, kind: StorageKind, key: &[u8], value: &[u8])
[src]
fn local_storage_clear(&mut self, kind: StorageKind, key: &[u8])
[src]
fn local_storage_compare_and_set(
&mut self,
kind: StorageKind,
key: &[u8],
old_value: Option<&[u8]>,
new_value: &[u8]
) -> bool
[src]
&mut self,
kind: StorageKind,
key: &[u8],
old_value: Option<&[u8]>,
new_value: &[u8]
) -> bool
fn local_storage_get(
&mut self,
kind: StorageKind,
key: &[u8]
) -> Option<Vec<u8>>
[src]
&mut self,
kind: StorageKind,
key: &[u8]
) -> Option<Vec<u8>>
fn http_request_start(
&mut self,
method: &str,
uri: &str,
meta: &[u8]
) -> Result<RequestId, ()>
[src]
&mut self,
method: &str,
uri: &str,
meta: &[u8]
) -> Result<RequestId, ()>
fn http_request_add_header(
&mut self,
request_id: RequestId,
name: &str,
value: &str
) -> Result<(), ()>
[src]
&mut self,
request_id: RequestId,
name: &str,
value: &str
) -> Result<(), ()>
fn http_request_write_body(
&mut self,
request_id: RequestId,
chunk: &[u8],
_deadline: Option<Timestamp>
) -> Result<(), HttpError>
[src]
&mut self,
request_id: RequestId,
chunk: &[u8],
_deadline: Option<Timestamp>
) -> Result<(), HttpError>
fn http_response_wait(
&mut self,
ids: &[RequestId],
_deadline: Option<Timestamp>
) -> Vec<RequestStatus>
[src]
&mut self,
ids: &[RequestId],
_deadline: Option<Timestamp>
) -> Vec<RequestStatus>
fn http_response_headers(
&mut self,
request_id: RequestId
) -> Vec<(Vec<u8>, Vec<u8>)>
[src]
&mut self,
request_id: RequestId
) -> Vec<(Vec<u8>, Vec<u8>)>
fn http_response_read_body(
&mut self,
request_id: RequestId,
buffer: &mut [u8],
_deadline: Option<Timestamp>
) -> Result<usize, HttpError>
[src]
&mut self,
request_id: RequestId,
buffer: &mut [u8],
_deadline: Option<Timestamp>
) -> Result<usize, HttpError>
fn set_authorized_nodes(
&mut self,
_nodes: Vec<OpaquePeerId>,
_authorized_only: bool
)
[src]
&mut self,
_nodes: Vec<OpaquePeerId>,
_authorized_only: bool
)
Auto Trait Implementations
impl !RefUnwindSafe for TestOffchainExt
impl Send for TestOffchainExt
impl Sync for TestOffchainExt
impl Unpin for TestOffchainExt
impl !UnwindSafe for TestOffchainExt
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(Self) -> T
[src]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,