Browse Source

getPaidMembershipTermsById

Joystream Stats 2 năm trước cách đây
mục cha
commit
dd6872ca55
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      api.ts

+ 7 - 0
api.ts

@@ -501,6 +501,13 @@ export const getValidators = async (
   return snapshot.isSome ? snapshot.unwrap() : [];
 };
 
+export const getPaidMembershipTermsById = (
+  api: ApiPromise,
+  hash: Hash,
+  id: PaidTermId | number
+): Promise<PaidMembershipTerms> => api.query.members.paidMembershipTermsById.at(hash, id);
+
+
 // media
 export const getNextEntity = async (
   api: ApiPromise,