Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export declare interface CreateActorOptions {
}

/**
* Intializes an {@link ActorSubclass}, configured with the provided SERVICE interface of a canister.
* Initializes an {@link ActorSubclass}, configured with the provided SERVICE interface of a canister.
* @constructs {@link ActorSubClass}
* @param {string | Principal} canisterId - ID of the canister the {@link Actor} will talk to
* @param {CreateActorOptions} options - see {@link CreateActorOptions}
Expand All @@ -44,7 +44,7 @@ export declare const createActor: (
) => ActorSubclass<_SERVICE>;

/**
* Intialized Actor using default settings, ready to talk to a canister using its candid interface
* Initialized Actor using default settings, ready to talk to a canister using its candid interface
* @constructs {@link ActorSubClass}
*/
export declare const zk_token_proof: ActorSubclass<_SERVICE>;
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export declare interface CreateActorOptions {
}

/**
* Intializes an {@link ActorSubclass}, configured with the provided SERVICE interface of a canister.
* Initializes an {@link ActorSubclass}, configured with the provided SERVICE interface of a canister.
* @constructs {@link ActorSubClass}
* @param {string | Principal} canisterId - ID of the canister the {@link Actor} will talk to
* @param {CreateActorOptions} options - see {@link CreateActorOptions}
Expand All @@ -44,7 +44,7 @@ export declare const createActor: (
) => ActorSubclass<_SERVICE>;

/**
* Intialized Actor using default settings, ready to talk to a canister using its candid interface
* Initialized Actor using default settings, ready to talk to a canister using its candid interface
* @constructs {@link ActorSubClass}
*/
export declare const zk_token_proof: ActorSubclass<_SERVICE>;
Loading