Docs.rs
unc-primitives-0.12.2
unc-primitives 0.12.2
Permalink
Docs.rs crate page
GPL-2.0-or-later
Links
Repository
crates.io
Source
Owners
fadeAce
Dependencies
arbitrary ^1.2.3
normal
base64 ^0.21
normal
borsh ^1.0.0
normal
bytesize ^1.1
normal
cfg-if ^1.0
normal
chrono ^0.4.37
normal
derive_more ^0.99.9
normal
easy-ext ^0.2
normal
enum-map ^2.1.0
normal
hex ^0.4.2
normal
num-rational ^0.3.1
normal
once_cell ^1.13.1
normal
primitive-types ^0.10
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
reed-solomon-erasure ^4
normal
serde ^1.0.136
normal
serde_json ^1.0.68
normal
serde_with ^3.0
normal
serde_yaml ^0.9
normal
sha3 ^0.10
normal
smart-default ^0.6
normal
unc-stdx ^0.12.2
normal
strum ^0.24
normal
thiserror ^1.0.30
normal
time ^0.3.9
normal
tracing ^0.1.36
normal
unc-crypto ^0.12.2
normal
unc-fmt ^0.12.2
normal
unc-o11y ^0.12.2
normal
unc-parameters ^0.12.2
normal
unc-primitives-core ^0.12.2
normal
unc-rpc-error-macro ^0.12.2
normal
unc-vm-runner ^0.12.2
normal
assert_matches ^1.5.0
dev
bencher ^0.1.5
dev
insta ^1.34.0
dev
Versions
31.94%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
StateChanges
unc_
primitives
0.12.2
State
Changes
Aliased Type
Trait Implementations
StateChangesExt
In unc_
primitives::
types
unc_primitives
::
types
Type Alias
State
Changes
Copy item path
Source
pub type StateChanges =
Vec
<
StateChangeWithCause
>;
Aliased Type
§
pub struct StateChanges {
/* private fields */
}
Trait Implementations
§
Source
§
impl
StateChangesExt
for
StateChanges
Source
§
fn
from_changes
( raw_changes: impl
Iterator
<Item =
Result
<
RawStateChangesWithTrieKey
,
Error
>>, ) ->
Result
<
StateChanges
,
Error
>
Source
§
fn
from_account_changes
( raw_changes: impl
Iterator
<Item =
Result
<
RawStateChangesWithTrieKey
,
Error
>>, ) ->
Result
<
StateChanges
,
Error
>
Source
§
fn
from_access_key_changes
( raw_changes: impl
Iterator
<Item =
Result
<
RawStateChangesWithTrieKey
,
Error
>>, ) ->
Result
<
StateChanges
,
Error
>
Source
§
fn
from_contract_code_changes
( raw_changes: impl
Iterator
<Item =
Result
<
RawStateChangesWithTrieKey
,
Error
>>, ) ->
Result
<
StateChanges
,
Error
>
Source
§
fn
from_data_changes
( raw_changes: impl
Iterator
<Item =
Result
<
RawStateChangesWithTrieKey
,
Error
>>, ) ->
Result
<
StateChanges
,
Error
>