Type Definition pallet_accounting::TaxesByJurisdiction
source · [−]pub type TaxesByJurisdiction<T: Config> = StorageMap<_GeneratedPrefixForStorageTaxesByJurisdiction<T>, Blake2_128Concat, (T::AccountId, T::AccountId), LedgerBalance>;
Expand description
Address to book the sales tax to and the tax jurisdiction (Experimental, may be deprecated in future).