dusk-stake-contract-dd

Crates.iodusk-stake-contract-dd
lib.rsdusk-stake-contract-dd
version0.3.0
created_at2025-04-17 14:12:09.629176+00
updated_at2025-11-06 12:41:31.004537+00
descriptionData driver for Dusk Stake Contract
homepage
repositoryhttps://github.com/dusk-network/rusk
max_upload_size
id1637795
size26,454
Dusk Network (dusknetwork)

documentation

README

Data Driver for the Stake Contract

This module provides data-driver implementation for the Stake Contract. As described in the README for the data-driver module, this module implements only the ConvertibleContract interface, delegating the all other tasks to the generic data-driver, which is included into this module as dependency.

Please refer to data-drivers/data-driver/README.md for more information.

How to build the Stake Contract Data Driver

The following command builds the data driver: make wasm-js

The command will build the driver which will also include memory allocation and de-allocation.

From the root folder this can be achieved by: make data-drivers-js

Commit count: 7855

cargo fmt