Search
Preparing search index...
The search index is not available
@beblurt/dblurt
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Authority
Class Authority
Hierarchy
Authority
Implements
AuthorityType
Index
Constructors
constructor
Properties
account_
auths
key_
auths
weight_
threshold
Methods
from
Constructors
constructor
new
Authority
(
__namedParameters
:
{
account_auths
:
[
string
,
number
]
[]
;
key_auths
:
[
string
|
PublicKey
,
number
]
[]
;
weight_threshold
:
number
}
)
:
Authority
Parameters
__namedParameters:
{
account_auths
:
[
string
,
number
]
[]
;
key_auths
:
[
string
|
PublicKey
,
number
]
[]
;
weight_threshold
:
number
}
account_
auths
:
[
string
,
number
]
[]
key_
auths
:
[
string
|
PublicKey
,
number
]
[]
weight_
threshold
:
number
Returns
Authority
Properties
account_
auths
account_
auths
:
[
string
,
number
]
[]
key_
auths
key_
auths
:
[
string
|
PublicKey
,
number
]
[]
weight_
threshold
weight_
threshold
:
number
Methods
Static
from
from
(
value
:
string
|
PublicKey
|
AuthorityType
)
:
Authority
Convenience to create a new instance from PublicKey or authority object.
Parameters
value:
string
|
PublicKey
|
AuthorityType
Returns
Authority
Globals
Authority
constructor
account_
auths
key_
auths
weight_
threshold
from
Generated using
TypeDoc
Convenience to create a new instance from PublicKey or authority object.