@hashgraph/sdk
Preparing search index...
index
KeyList
Class KeyList
A list of Keys (
Key
) with an optional threshold.
Hierarchy (
View Summary
)
Key
KeyList
Index
Constructors
constructor
Properties
_
keys
_
threshold
Accessors
threshold
Methods
_
to
Protobuf
Key
[iterator]
push
set
Threshold
slice
splice
to
Array
to
String
__
from
Protobuf
Key
List
__
from
Protobuf
Thresold
Key
from
of
Constructors
constructor
new
KeyList
(
keys
?:
null
|
Key
[]
,
threshold
?:
null
|
number
)
:
KeyList
Parameters
Optional
keys
:
null
|
Key
[]
Optional
threshold
:
null
|
number
Returns
KeyList
Properties
_
keys
_keys
:
any
[]
_
threshold
_threshold
:
null
|
number
Accessors
threshold
get
threshold
()
:
null
|
number
Returns
null
|
number
Methods
_
to
Protobuf
Key
_toProtobufKey
()
:
IKey
Returns
IKey
[iterator]
"[iterator]"
()
:
Iterator
<
Key
,
any
,
any
>
Returns
Iterator
<
Key
,
any
,
any
>
push
push
(
...
keys
:
Key
[]
)
:
number
Parameters
...
keys
:
Key
[]
Returns
number
set
Threshold
setThreshold
(
threshold
:
number
)
:
KeyList
Parameters
threshold
:
number
Returns
KeyList
slice
slice
(
start
:
undefined
|
number
,
end
:
undefined
|
number
)
:
KeyList
Parameters
start
:
undefined
|
number
end
:
undefined
|
number
Returns
KeyList
splice
splice
(
start
:
number
,
deleteCount
:
number
,
...
items
:
Key
[]
)
:
KeyList
Parameters
start
:
number
deleteCount
:
number
...
items
:
Key
[]
Returns
KeyList
to
Array
toArray
()
:
Key
[]
Returns
Key
[]
to
String
toString
()
:
string
Returns
string
Static
__
from
Protobuf
Key
List
__fromProtobufKeyList
(
key
:
IKeyList
)
:
KeyList
Parameters
key
:
IKeyList
Returns
KeyList
Static
__
from
Protobuf
Thresold
Key
__fromProtobufThresoldKey
(
key
:
IThresholdKey
)
:
KeyList
Parameters
key
:
IThresholdKey
Returns
KeyList
Static
from
from
<
T
>
(
arrayLike
:
ArrayLike
<
Key
>
,
mapFn
?:
(
key
:
Key
)
=>
Key
,
thisArg
?:
T
,
)
:
KeyList
Type Parameters
T
Parameters
arrayLike
:
ArrayLike
<
Key
>
Optional
mapFn
:
(
key
:
Key
)
=>
Key
Optional
thisArg
:
T
Returns
KeyList
Static
of
of
(
...
keys
:
Key
[]
)
:
KeyList
Parameters
...
keys
:
Key
[]
Returns
KeyList
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
keys
_
threshold
Accessors
threshold
Methods
_
to
Protobuf
Key
[iterator]
push
set
Threshold
slice
splice
to
Array
to
String
__
from
Protobuf
Key
List
__
from
Protobuf
Thresold
Key
from
of
@hashgraph/sdk
Loading...
A list of Keys (
Key
) with an optional threshold.