Search
Preparing search index...
The search index is not available
algosdk
Options
All
Public
Public/Protected
All
Inherited
Menu
algosdk
ABIType
Class ABIType
Hierarchy
ABIType
ABIUintType
ABIUfixedType
ABIAddressType
ABIBoolType
ABIByteType
ABIStringType
ABIArrayStaticType
ABIArrayDynamicType
ABITupleType
Index
Constructors
constructor
Methods
byte
Len
decode
encode
equals
is
Dynamic
to
String
from
Constructors
constructor
new ABIType
(
)
:
ABIType
Returns
ABIType
Methods
Abstract
byte
Len
byte
Len
(
)
:
number
Returns
number
Abstract
decode
decode
(
byteString
:
Uint8Array
)
:
ABIValue
Parameters
byteString:
Uint8Array
Returns
ABIValue
Abstract
encode
encode
(
value
:
ABIValue
)
:
Uint8Array
Parameters
value:
ABIValue
Returns
Uint8Array
Abstract
equals
equals
(
other
:
ABIType
)
:
boolean
Parameters
other:
ABIType
Returns
boolean
Abstract
is
Dynamic
is
Dynamic
(
)
:
boolean
Returns
boolean
Abstract
to
String
to
String
(
)
:
string
Returns
string
Static
from
from
(
str
:
string
)
:
ABIType
Parameters
str:
string
Returns
ABIType
Exports
<internal>
modelsv2
ABIType
constructor
byte
Len
decode
encode
equals
is
Dynamic
to
String
from
Generated using
TypeDoc