Struct emerald_core::contract::Contracts [] [src]

pub struct Contracts { /* fields omitted */ }

Contracts Service

Methods

impl Contracts
[src]

Initialize new contracts service for a dir

List all available contracts

Validate contract structure

Add new contract to storage

Trait Implementations

impl Debug for Contracts
[src]

Formats the value using the given formatter.

impl Clone for Contracts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Contracts
[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 Contracts
[src]