radix-common 1.3.1

A library of common types and functions shared by all layers of the Radix stack, from the Radix DLT project.
Documentation
1
2
3
4
// This file contains constants definitions used in native blueprints.

/// XRD amount put on worktop by free() method from Faucet blueprint.
pub const FAUCET_FREE_AMOUNT: u32 = 10000;