@hashgraphonline/standards-agent-kit 0.2.154 → 0.2.157

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.
@@ -55,7 +55,7 @@ export declare class InscriberBuilder extends BaseServiceBuilder {
55
55
  static setPreferWalletOnly(flag: boolean): void;
56
56
  getSigner(): Promise<DAppSigner | null>;
57
57
  /**
58
- * Get or create Inscription SDK - temporarily returns null since we don't have the actual SDK
58
+ * Get or create Inscription SDK
59
59
  */
60
60
  protected getInscriptionSDK(_options: InscriptionOptions): Promise<InscriptionSDK | null>;
61
61
  /**