Struct emerald_rs::storage::ContractStorage[][src]

pub struct ContractStorage { /* fields omitted */ }

Contracts Service

Methods

impl ContractStorage
[src]

Initialize new contracts service for a dir

Validate contract structure

Add new contract to storage

Important traits for Vec<u8>

List all available contracts

Trait Implementations

impl Debug for ContractStorage
[src]

Formats the value using the given formatter. Read more

impl Clone for ContractStorage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ContractStorage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ContractStorage
[src]

Auto Trait Implementations