XYO Platform SDK - v3.10.6
Preparing search index...
@xyo-network/account-model
AccountStatic
Interface AccountStatic<T, C>
interface
AccountStatic
<
T
extends
AccountInstance
=
AccountInstance
,
C
extends
AccountConfig
=
AccountConfig
,
>
{
previousHashStore
?:
PreviousHashStore
;
create
(
options
?:
C
)
:
Promise
<
T
>
;
fromPrivateKey
(
key
:
string
|
bigint
|
ArrayBufferLike
,
)
:
Promise
<
AccountInstance
>
;
random
()
:
Promise
<
AccountInstance
>
;
}
Type Parameters
T
extends
AccountInstance
=
AccountInstance
C
extends
AccountConfig
=
AccountConfig
Index
Properties
previous
Hash
Store?
Methods
create
from
Private
Key
random
Properties
Optional
previous
Hash
Store
previousHashStore
?:
PreviousHashStore
Methods
create
create
(
options
?:
C
)
:
Promise
<
T
>
Parameters
Optional
options
:
C
Returns
Promise
<
T
>
from
Private
Key
fromPrivateKey
(
key
:
string
|
bigint
|
ArrayBufferLike
)
:
Promise
<
AccountInstance
>
Parameters
key
:
string
|
bigint
|
ArrayBufferLike
Returns
Promise
<
AccountInstance
>
random
random
()
:
Promise
<
AccountInstance
>
Returns
Promise
<
AccountInstance
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
previous
Hash
Store
Methods
create
from
Private
Key
random
XYO Platform SDK - v3.10.6
Loading...