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';
1919const { bigNumberToDate } = conversionUtils ;
2020
2121/**
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
2323 *
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***
2625 */
2726export class ReserveSecurityToken extends Procedure <
2827 ReserveSecurityTokenProcedureArgs ,
@@ -31,7 +30,7 @@ export class ReserveSecurityToken extends Procedure<
3130 public type = ProcedureType . ReserveSecurityToken ;
3231
3332 /**
34- * - Reserve a new ticker
33+ * Reserve a new ticker
3534 *
3635 * Note that this procedure will fail if ticker has already been registered
3736 */
You can’t perform that action at this time.
0 commit comments