Type Definition operations::pallet::OperationByOperationIdAndAccountId
source · [−]pub type OperationByOperationIdAndAccountId<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageOperationByOperationIdAndAccountId<T>, Blake2_128Concat, OperationId, Twox64Concat, T::AccountId, OperationRecord<T>, ValueQuery>;
Expand description
Retrieve the Operation Manifest with the AccountId ( which is the owner ) and OperationId.