Trait frame_support::traits::OnFinalize[][src]

pub trait OnFinalize<BlockNumber> {
    fn on_finalize(_n: BlockNumber) { ... }
}
Expand description

The block finalization trait.

Implementing this lets you express what should happen for your pallet when the block is ending.

Provided methods

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

Implementations on Foreign Types

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

The block is being finalized. Implement to have something happen.

NOTE: This function is called AFTER ALL extrinsics in a block are applied, including inherent extrinsics.

Implementors