File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
22 * Generally the [[Wallet]] and [[JsonRpcSigner]] and their sub-classes
3- * are sufficent for most developers, but this is provided to
3+ * are sufficient for most developers, but this is provided to
44 * fascilitate more complex Signers.
55 *
66 * @_section : api/providers/abstract-signer: Subclassing Signer [abstract-signer]
@@ -267,7 +267,7 @@ export abstract class AbstractSigner<P extends null | Provider = null | Provider
267267}
268268
269269/**
270- * A **VoidSigner** is a class deisgned to allow an address to be used
270+ * A **VoidSigner** is a class designed to allow an address to be used
271271 * in any API which accepts a Signer, but for which there are no
272272 * credentials available to perform any actual signing.
273273 *
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ export interface TransactionReceiptParams {
234234 logs : ReadonlyArray < LogParams > ;
235235
236236 /**
237- * The amount of gas consumed executing this transaciton .
237+ * The amount of gas consumed executing this transaction .
238238 */
239239 gasUsed : bigint ;
240240
You can’t perform that action at this time.
0 commit comments