Skip to content

Commit 57eb762

Browse files
Remove internal flag from SignedTransaction ctor and CosignatureTransaction.signWith
1 parent 77485b2 commit 57eb762

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/model/transaction/CosignatureTransaction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export class CosignatureTransaction {
7171
}
7272

7373
/**
74-
* @internal
7574
* Serialize and sign transaction creating a new SignedTransaction
7675
* @param account
7776
* @returns {CosignatureSignedTransaction}

src/model/transaction/SignedTransaction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {NetworkType} from '../blockchain/NetworkType';
2222
*/
2323
export class SignedTransaction {
2424
/**
25-
* @internal
2625
* @param payload
2726
* @param hash
2827
* @param signer

0 commit comments

Comments
 (0)