@sparkdreamnft/sparkdreamjs 0.0.20 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1651,7 +1651,7 @@ export interface MsgSubmitExpertTestimonyResponseAminoMsg {
1651
1651
  export interface MsgChallengeContent {
1652
1652
  challenger: string;
1653
1653
  /**
1654
- * StakeTargetType (7=BLOG_AUTHOR_BOND, 8=FORUM_AUTHOR_BOND, 9=COLLECTION_AUTHOR_BOND)
1654
+ * StakeTargetType (7=BLOG_AUTHOR_BOND, 8=FORUM_AUTHOR_BOND, 9=COLLECTION_AUTHOR_BOND, 10=BLOG_REPLY_AUTHOR_BOND)
1655
1655
  */
1656
1656
  targetType: bigint;
1657
1657
  targetId: bigint;
@@ -1672,7 +1672,7 @@ export interface MsgChallengeContentProtoMsg {
1672
1672
  export interface MsgChallengeContentAmino {
1673
1673
  challenger?: string;
1674
1674
  /**
1675
- * StakeTargetType (7=BLOG_AUTHOR_BOND, 8=FORUM_AUTHOR_BOND, 9=COLLECTION_AUTHOR_BOND)
1675
+ * StakeTargetType (7=BLOG_AUTHOR_BOND, 8=FORUM_AUTHOR_BOND, 9=COLLECTION_AUTHOR_BOND, 10=BLOG_REPLY_AUTHOR_BOND)
1676
1676
  */
1677
1677
  target_type?: string;
1678
1678
  target_id?: string;
@@ -453,6 +453,7 @@ export declare const createRPCQueryClient: ({ rpcEndpoint }: {
453
453
  memberWarnings(request: import("./rep/v1/query").QueryMemberWarningsRequest): Promise<import("./rep/v1/query").QueryMemberWarningsResponse>;
454
454
  memberStanding(request: import("./rep/v1/query").QueryMemberStandingRequest): Promise<import("./rep/v1/query").QueryMemberStandingResponse>;
455
455
  requiredInvitationStake(request: import("./rep/v1/query").QueryRequiredInvitationStakeRequest): Promise<import("./rep/v1/query").QueryRequiredInvitationStakeResponse>;
456
+ authorBondsByType(request: import("./rep/v1/query").QueryAuthorBondsByTypeRequest): Promise<import("./rep/v1/query").QueryAuthorBondsByTypeResponse>;
456
457
  };
457
458
  };
458
459
  reveal: {