Crate pallet_finalizer
source ·Expand description
Finalizer pallet
The finalizer pallet provides methods to the notary and the seller to manage house purchase and to the seller to cancel a purchase
Overview
The finalizer pallet provides methods to the notary to validate or reject house purchase and to the seller to cancel a purchase
Interface
Dispatchable Functions
- ‘validate_transaction_asset’ - a notary validate a purchase transaction after checked informations
- ‘reject_transaction_asset’ - a notary reject a purchase
- ‘reject_transaction_asset’ - a house owner can cancel the purchase transaction after notary validation
Re-exports
pub use pallet_housing_fund as HousingFund;pub use pallet_nft as Nft;pub use pallet_onboarding as Onboarding;pub use pallet_roles as Roles;pub use weights::WeightInfo;pub use pallet::*;Modules
Autogenerated weights for pallet_template
Structs
A contiguous growable array type, written as
Vec<T>, short for ‘vector’.