@hashgraphonline/standards-agent-kit 0.2.162 → 0.2.164

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.
@@ -27,7 +27,7 @@ export interface CompletedInscriptionResponse {
27
27
  /**
28
28
  * Builder for Inscription operations
29
29
  */
30
- type InscriptionSDKInstance = InstanceType<typeof InscriptionSDK>;
30
+ type InscriptionSDKInstance = InscriptionSDK;
31
31
  export declare const toDashedTransactionId: (transactionId: string) => string;
32
32
  export declare class InscriberBuilder extends BaseServiceBuilder {
33
33
  protected inscriptionSDK?: InscriptionSDKInstance;
@@ -59,7 +59,7 @@ export declare class InscriberBuilder extends BaseServiceBuilder {
59
59
  /**
60
60
  * Get or create Inscription SDK
61
61
  */
62
- protected getInscriptionSDK(_options: InscriptionOptions): Promise<InscriptionSDKInstance | null>;
62
+ protected getInscriptionSDK(options: InscriptionOptions): Promise<InscriptionSDKInstance | null>;
63
63
  /**
64
64
  * Inscribe content using server-side authentication
65
65
  */