Struct sputnikvm::Storage [] [src]

pub struct Storage { /* fields omitted */ }

Internal representation of an account storage. It will return a RequireError if trying to access non-existing storage.

Methods

impl Storage
[src]

[src]

Read a value from the storage.

[src]

Write a value into the storage.

[src]

Return the number of changed/full items in storage.

Trait Implementations

impl Debug for Storage
[src]

[src]

Formats the value using the given formatter.

impl Clone for Storage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<Map<U256, M256>> for Storage
[src]

[src]

Performs the conversion.