Algorand TypeScript
Preparing search index...
op
JsonRef
Variable JsonRef
Const
JsonRef
:
{
jsonObject
(
a
:
bytes
,
b
:
bytes
)
:
bytes
;
jsonString
(
a
:
bytes
,
b
:
bytes
)
:
bytes
;
jsonUint64
(
a
:
bytes
,
b
:
bytes
)
:
uint64
;
}
= ...
Type declaration
jsonObject
:
function
jsonObject
(
a
:
bytes
,
b
:
bytes
)
:
bytes
Parameters
a
:
bytes
b
:
bytes
Returns
bytes
jsonString
:
function
jsonString
(
a
:
bytes
,
b
:
bytes
)
:
bytes
Parameters
a
:
bytes
b
:
bytes
Returns
bytes
jsonUint64
:
function
jsonUint64
(
a
:
bytes
,
b
:
bytes
)
:
uint64
Parameters
a
:
bytes
b
:
bytes
Returns
uint64
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Algorand TypeScript
Loading...