[][src]Module transact::sawtooth

Sawtooth Compatibility Layer

This module provides a compatibility layer for use with Hyperledger Sawtooth transaction families. It provides adapters to allow the use of existing Sawtooth transaction families, implemented with the Rust SDK, in an application built with Transact.

Note, to use this module, the Transact library must have the "sawtooth-compat" feature enabled.

Structs

SawtoothToTransactHandlerAdapter

Adapts a Sawtooth Transaction Handler to a Transact TransactionHandler.