lib.rs 31.8 KiB
Newer Older
			TransactionPayment::query_fee_details(uxt, len)
		}

	impl crate::GetLastTimestamp<Block> for Runtime {
		fn get_last_timestamp() -> u64 {
			Timestamp::now()
		}
	}