pub struct Database { /* private fields */ }

Implementations

Iterates over a KV mapping of [address + block height + tx idx] => transaction id. This allows for efficient lookup of transaction ids associated with an address, sorted by block age and ordering within a block. The cursor tracks the [block height + tx idx] for pagination purposes.

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Construct an in-memory database

Returns the “default value” for a type. Read more

Performs the conversion.

Error implementation for reasons unspecified in the protocol.

Provide the current block height in which the transactions should be executed. Read more

Provide the block hash from a given height.

Provide the coinbase address for the VM instructions implementation.

Fetch a previously inserted contract code from the chain state for a given contract. Read more

Append a contract to the chain, provided its identifier. Read more

Check if a provided contract exists in the chain.

Fetch a previously inserted salt+root tuple from the chain state for a given contract. Read more

Append the salt+root of a contract that was appended to the chain.

Fetch the value form a key-value mapping in a contract storage.

Insert a key-value mapping in a contract storage.

Fetch the balance of a color in a contract storage.

Update the balance of a color in a contract storage.

Error implementation of the merkle storage functions

Append P->K->V mapping to the storage. Read more

Remove P->K->V mapping from the storage. Read more

Retrieve Cow<V> such as P->K->V.

Return true if there is a P->K mapping to a value in the storage.

Return the merkle root of the domain of P. Read more

Error implementation of the merkle storage functions

Append P->K->V mapping to the storage. Read more

Remove P->K->V mapping from the storage. Read more

Retrieve Cow<V> such as P->K->V.

Return true if there is a P->K mapping to a value in the storage.

Return the merkle root of the domain of P. Read more

Error implementation of the storage functions

Append K->V mapping to the storage. Read more

Remove K->V mapping from the storage. Read more

Retrieve Cow<V> such as K->V.

Return true if there is a K mapping to a value in the storage.

Error implementation of the storage functions

Append K->V mapping to the storage. Read more

Remove K->V mapping from the storage. Read more

Retrieve Cow<V> such as K->V.

Return true if there is a K mapping to a value in the storage.

Error implementation of the storage functions

Append K->V mapping to the storage. Read more

Remove K->V mapping from the storage. Read more

Retrieve Cow<V> such as K->V.

Return true if there is a K mapping to a value in the storage.

Error implementation of the storage functions

Append K->V mapping to the storage. Read more

Remove K->V mapping from the storage. Read more

Retrieve Cow<V> such as K->V.

Return true if there is a K mapping to a value in the storage.

Error implementation of the storage functions

Append K->V mapping to the storage. Read more

Remove K->V mapping from the storage. Read more

Retrieve Cow<V> such as K->V.

Return true if there is a K mapping to a value in the storage.

Error implementation of the storage functions

Append K->V mapping to the storage. Read more

Remove K->V mapping from the storage. Read more

Retrieve Cow<V> such as K->V.

Return true if there is a K mapping to a value in the storage.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more