Algorand TypeScript
Preparing search index...
arc4
<internal>
StructConstructor
Type Alias StructConstructor
StructConstructor
:
new
<
T
extends
Record
<
string
,
ARC4Encoded
>
>
(
initial
:
T
,
)
=>
StructBase
<
T
>
&
T
Type alias for the Struct constructor function
Type declaration
new
<
T
extends
Record
<
string
,
ARC4Encoded
>
>
(
initial
:
T
)
:
StructBase
<
T
>
&
T
Type Parameters
T
extends
Record
<
string
,
ARC4Encoded
>
The shape of the arc4 struct
Parameters
initial
:
T
Returns
StructBase
<
T
>
&
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Algorand TypeScript
Loading...
Type alias for the Struct constructor function