Module dash_sdk::platform::transition::broadcast_request

source ·
Expand description

Broadcast trait representing the action of broadcasting a new identity state transition to Platform.

The [BroadcastRequestForNewIdentity] trait is designed for the creation and broadcasting of new identity state transitions. This involves the generation of a state transition object, signing it, and then broadcasting it to Platform.

This trait is expected to be implemented by objects that encapsulate the necessary data and logic to perform these operations, including the handling of asset lock proof and signing operations.

Traits§