[][src]Trait ipfs_embed_core::StoreParams

pub trait StoreParams: Clone + Send + Sync {
    type Hashes: MultihashDigest;
    type Codecs: Codec;

    const MAX_BLOCK_SIZE: usize;
}

The store parameters.

Associated Types

type Hashes: MultihashDigest

The multihash type of the store.

type Codecs: Codec

The codec type of the store.

Loading content...

Associated Constants

const MAX_BLOCK_SIZE: usize

The maximum block size supported by the store.

Loading content...

Implementations on Foreign Types

impl StoreParams for DefaultStoreParams[src]

type Codecs = Multicodec

type Hashes = Multihash

Loading content...

Implementors

Loading content...