1 stable release

31.0.1 Dec 28, 2025

#27 in #bizinikiwi

Download history 26/week @ 2025-12-30 126/week @ 2026-01-06 155/week @ 2026-01-13 263/week @ 2026-01-20 317/week @ 2026-01-27

883 downloads per month
Used in 356 crates (265 directly)

Apache-2.0

3MB
38K SLoC

Runtime Modules shared primitive types.

License: Apache-2.0


lib.rs:

Bizinikiwi Runtime Primitives.

This crate, among other things, contains a large library of types and utilities that are used in the Bizinikiwi runtime, but are not particularly FRAME-oriented.

Block, Header and Extrinsics

Most notable, this crate contains some of the types and trait that enable important communication between the client and the runtime. This includes:

Runtime API Types

This crate also contains some types that are often used in conjuncture with Runtime APIs. Most notable:

  • ApplyExtrinsicResult, and DispatchOutcome, which dictate how the client and runtime communicate about the success or failure of an extrinsic.
  • transaction_validity, which dictates how the client and runtime communicate about the validity of an extrinsic while still in the transaction-queue.

Dependencies

~26–48MB
~687K SLoC