Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
AccountOnNetwork
Class AccountOnNetwork
A plain view of an account, as queried from the Network.
Index
Constructors
constructor
Properties
address
balance
code
nonce
user
Name
Methods
from
Http
Response
Constructors
constructor
new
AccountOnNetwork
(
init
?:
Partial
<
AccountOnNetwork
>
)
:
AccountOnNetwork
Parameters
Optional
init
:
Partial
<
AccountOnNetwork
>
Returns
AccountOnNetwork
Properties
address
address
:
IAddress
= ...
balance
balance
:
BigNumber
= ...
code
code
:
string
= ""
nonce
nonce
:
number
= 0
user
Name
userName
:
string
= ""
Methods
Static
from
Http
Response
fromHttpResponse
(
payload
:
any
)
:
AccountOnNetwork
Parameters
payload
:
any
Returns
AccountOnNetwork
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
address
balance
code
nonce
user
Name
Methods
from
Http
Response
@multiversx/sdk-core - v13.15.0
Loading...
A plain view of an account, as queried from the Network.