Skip to content

Commit c255e20

Browse files
author
Victor Wiebe
committed
fix: changes caught by Fede
1 parent b178216 commit c255e20

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/entities/Sto.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,13 @@ export interface Params {
8484
* whether or not the sto has been finalized
8585
*/
8686
isFinalized: boolean;
87+
/**
88+
* whether or not pre issuance is allowed for the sto
89+
*/
8790
preIssueAllowed: boolean;
91+
/**
92+
* whether or not investments can be made on behalf of a beneficiary in the sto
93+
*/
8894
beneficialInvestmentsAllowed: boolean;
8995
}
9096

@@ -131,7 +137,7 @@ export abstract class Sto<P> extends Entity<P> {
131137
protected context: Context;
132138

133139
/**
134-
* Unserialize string to a Security Token object representation
140+
* Unserialize string to a Security Token Offering object representation
135141
*
136142
* @param serialize - security token's serialized representation
137143
*/

0 commit comments

Comments
 (0)