Skip to content

Commit

Permalink
Fix SDK name mismatch (MystenLabs#3402)
Browse files Browse the repository at this point in the history
* fix typescript errors

* run typeguard gen script
  • Loading branch information
punwai authored Jul 22, 2022
1 parent 6d22210 commit c532036
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions sdk/typescript/src/index.guard.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

/*
* Generated type guards for "index.ts".
* WARNING: Do not manually change this file.
Expand Down
3 changes: 0 additions & 3 deletions sdk/typescript/src/rpc/client.guard.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

// Copyright (c) 2022, Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

/*
* Generated type guards for "client.ts".
* WARNING: Do not manually change this file.
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/src/types/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type EpochId = number;

export type AuthorityQuorumSignInfo = {
epoch: EpochId;
signatures: AuthoritySignature[];
signature: AuthoritySignature[];
};

export type CertifiedTransaction = {
Expand Down

0 comments on commit c532036

Please sign in to comment.