Skip to content

Commit 1149ce6

Browse files
authored
Merge pull request #283 from contractormario/task/g279_recreate_signed_tx
Remove internal flag from SignedTransaction ctor and CosignatureTrans…
2 parents 77485b2 + 57eb762 commit 1149ce6

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)