Registry / other / pallet-balances

pallet-balances

JSON →
library48.0.0rscratesunverified

FRAME pallet to manage balances in Substrate-based blockchains.

# Cargo.toml [dependencies] pallet-balances = "48.0.0"
INSTALL
IMPORT
SIG · PALLET-BALANCES
P
pallet-balances
otherrustv48.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pallet
use pallet_balances::Pallet;

Defines the Balances type for a Substrate runtime.

use pallet_balances::Pallet; // Typically used within a Substrate runtime configuration pub type Balances = Pallet<Runtime>;
Debug
Known issues
gotchaRequires specific Substrate runtime dependencies and configuration.
fix
Ensure proper runtime setup with frame_support and frame_system.
affects: >=1.0.0
Upgrade
Version history
48.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pallet-balances — cargo add pallet-balances · libregistry