LogoLogo
🔎 Our Homepage💎 Join Our DiscordðŸ‘ū Contribute on GitHubPrivacy Policy
  • 🌄Introduction
    • ðŸŽŊHow Blockchain Protects Public Safety
      • 🗚ïļOld System, New World
      • ðŸ’ĄA Working Solution
    • â„đïļImportant Links
  • â›ĩResearchers
    • 🗓ïļPublication Pipeline
      • ðŸ“ĒPublication Requests
      • ðŸģResearch Development
        • ðŸ›ĢïļRD1 | Build3 Roadmap for Blockchain-Based Construction Supervision
        • 👷‍♀ïļRD2 | Labor-Based Based Voting Authority
        • ðŸŠķRD3 | Authorship, not Ownership: Re-understanding and NFT
        • ðŸ‘ŋRD5 | Blockchain Makes Everything Worse for Everyone in Every Industry
        • ðŸĨ‘RD6 | Configuring a DAO as a Legal 503(c)
      • 🗄ïļPR Archives
    • 🔭Use Cases
      • ðŸŦ”Proof of Supervision with Blockchain
      • 🏔ïļRecord of Work
      • 🏝ïļConnecting to Land
      • ðŸ›ŦPermitZIP: Two-Week Project
  • ðŸ•đïļDevelopers
    • 🧑‍🚀Architecture Overview
      • ðŸĨConsensus
      • 🛰ïļStorage
    • ⚗ïļNotes about Substrate
      • 🏃‍♂ïļRuntime
      • 🏗ïļFRAME Pallet
        • ⮇ïļImports
        • ⚙ïļRuntime Configuration Trait
        • ðŸ’ūRuntime Storage
        • 👍Runtime Events
        • 🏑Hook
        • 🙋Extrinsics (Dispatchable Calls)
      • ðŸ“ĶOther Important Crates
        • ðŸ“Ąframe_system
        • ðŸĪframe_support
        • ðŸĪ frame_executive
      • 🍇Prebuilt Pallets
        • 🊙Assets
        • ⚛ïļAtomic Swap
        • ⚖ïļBalances
        • 📊Benchmark
        • â˜ŪïļCollective
        • 📃Contracts
        • Democracy
        • Elections PhragmÃĐn
        • 🌌Off-chain Worker
        • ðŸ‘īGRANDPA
        • 🆔Identity
        • Indices
        • 🧜Membership
        • ðŸŦ‚Multisig
        • ðŸ‘Đ‍⚖ïļOffences
        • ðŸ‘Ļ‍ðŸŦProxy
        • 🌄Recovery
        • Scheduler
        • Scored Pool
        • Society
        • ðŸķStaking
        • Sudo
        • âēïļTimestamp
        • 🍚Transaction Payment
        • Treasury
        • ☚ïļUtility
        • ðŸĶšVesting
      • 🐙ink! Smart Contracts
        • 🕊ïļDevelopment
    • ðŸĶ€Rust Programming Language
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Developers
  2. Notes about Substrate
  3. Prebuilt Pallets

Vesting

Provides a means for placing a linear curve on an account's locked balance. T

his module ensures that there is a lock in place preventing the balance to drop below the unvested amount for any reason other than trsnaction fee payment.

PreviousUtilityNextink! Smart Contracts

Last updated 3 years ago

Was this helpful?

ðŸ•đïļ
⚗ïļ
🍇
ðŸĶš