File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export class TransactionMetadataBlobService extends AbstractService {
2929 /**
3030 * Fetch metadata blob (proof) for a given transaction.
3131 * This returns the minimal metadata needed by offline signers to decode
32- * the transaction, alog with the metadata hash for CheckMetadataHas .
32+ * the transaction, along with the metadata hash for CheckMetadataHash .
3333 *
3434 * @param api ApiPromise to use for the call
3535 * @param hash `BlockHash` hash to query at
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export interface IMetadataBlobBody {
4343 */
4444 txAdditionalSigned ?: string ;
4545 /**
46- * Call data as hex string. Use this alogside includedInExtrinsic and includedInSignedData.
46+ * Call data as hex string. Use this alongside includedInExtrinsic and includedInSignedData.
4747 */
4848 callData ?: string ;
4949 /**
You can’t perform that action at this time.
0 commit comments