Module duniter_documents::blockchain [] [src]

Provide wrappers around Duniter documents and events.

Modules

v10

Provide wrappers around Duniter V10 documents and events.

Enums

BlockchainProtocol

List of blockchain protocol versions.

VerificationResult

List of possible results for signature verification.

Traits

Document

trait providing commun methods for any documents of any protocol version.

DocumentBuilder

Trait helper for building new documents.

DocumentParser

Trait for a document parser from a S source format to a D document. Will return the parsed document or an E error.

IntoSpecializedDocument

Trait allowing access to the document through it's proper protocol version.