Skip to content

Commit 75442a2

Browse files
Algo-devops-servicealdur
authored andcommitted
Regenerate code from specification file (#456)
1 parent 145a763 commit 75442a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/client/v2/algod/models/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export class ApplicationParams extends BaseModel {
445445
public globalState?: TealKeyValue[];
446446

447447
/**
448-
* [\lsch) global schema
448+
* [\gsch) global schema
449449
*/
450450
public globalStateSchema?: ApplicationStateSchema;
451451

@@ -462,7 +462,7 @@ export class ApplicationParams extends BaseModel {
462462
* parameters and global state for this application can be found.
463463
* @param extraProgramPages - (epp) the amount of extra program pages available to this app.
464464
* @param globalState - [\gs) global schema
465-
* @param globalStateSchema - [\lsch) global schema
465+
* @param globalStateSchema - [\gsch) global schema
466466
* @param localStateSchema - [\lsch) local schema
467467
*/
468468
constructor({
@@ -1942,7 +1942,7 @@ export class TealKeyValue extends BaseModel {
19421942
*/
19431943
export class TealValue extends BaseModel {
19441944
/**
1945-
* (tt) value type.
1945+
* (tt) value type. Value `1` refers to **bytes**, value `2` refers to **uint**
19461946
*/
19471947
public type: number | bigint;
19481948

@@ -1958,7 +1958,7 @@ export class TealValue extends BaseModel {
19581958

19591959
/**
19601960
* Creates a new `TealValue` object.
1961-
* @param type - (tt) value type.
1961+
* @param type - (tt) value type. Value `1` refers to **bytes**, value `2` refers to **uint**
19621962
* @param bytes - (tb) bytes value.
19631963
* @param uint - (ui) uint value.
19641964
*/

0 commit comments

Comments
 (0)