File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,9 @@ import { findEvents } from '../utils';
19
19
const { bigNumberToDate } = conversionUtils ;
20
20
21
21
/**
22
- * - Procedure that reserve the token ticker to an specific owner
22
+ * Procedure that reserves a token ticker (symbol) to be used later on to launch a Security Token
23
23
*
24
- * ***Note once the token ticker is registered to its owner then no other issuer can claim its ownership***
25
- * ***Note if the ticker expires and its issuer hasn't used it, then someone else can take it***
24
+ * ***Note if the Reservation expires and the corresponding Security Token hasn't been launched yet, another issuer can reserve the same ticker***
26
25
*/
27
26
export class ReserveSecurityToken extends Procedure <
28
27
ReserveSecurityTokenProcedureArgs ,
@@ -31,7 +30,7 @@ export class ReserveSecurityToken extends Procedure<
31
30
public type = ProcedureType . ReserveSecurityToken ;
32
31
33
32
/**
34
- * - Reserve a new ticker
33
+ * Reserve a new ticker
35
34
*
36
35
* Note that this procedure will fail if ticker has already been registered
37
36
*/
You can’t perform that action at this time.
0 commit comments