Search
Preparing search index...
The search index is not available
algosdk
Options
All
Public
Public/Protected
All
Inherited
Menu
algosdk
ABIMethod
Class ABIMethod
Hierarchy
ABIMethod
Index
Constructors
constructor
Properties
args
description
name
returns
Methods
get
Selector
get
Signature
toJSON
txn
Count
from
Signature
Constructors
constructor
new ABIMethod
(
params
:
ABIMethodParams
)
:
ABIMethod
Parameters
params:
ABIMethodParams
Returns
ABIMethod
Properties
Readonly
args
args
:
{
description
?:
string
;
name
?:
string
;
type
:
ABIArgumentType
}
[]
Optional
Readonly
description
description
?:
string
Readonly
name
name
:
string
Readonly
returns
returns
:
{
description
?:
string
;
type
:
ABIReturnType
}
Type declaration
Optional
description
?:
string
type
:
ABIReturnType
Methods
get
Selector
get
Selector
(
)
:
Uint8Array
Returns
Uint8Array
get
Signature
get
Signature
(
)
:
string
Returns
string
toJSON
toJSON
(
)
:
ABIMethodParams
Returns
ABIMethodParams
txn
Count
txn
Count
(
)
:
number
Returns
number
Static
from
Signature
from
Signature
(
signature
:
string
)
:
ABIMethod
Parameters
signature:
string
Returns
ABIMethod
Exports
<internal>
modelsv2
ABIMethod
constructor
args
description
name
returns
get
Selector
get
Signature
toJSON
txn
Count
from
Signature
Generated using
TypeDoc