Preparing search index...
The search index is not available
@multiversx/sdk-core - v13.15.0
@multiversx/sdk-core
NonFungibleTokenOfAccountOnNetwork
Class NonFungibleTokenOfAccountOnNetwork
Index
Constructors
constructor
Properties
assets
attributes
balance
collection
creator
decimals
identifier
name
nonce
royalties
supply
timestamp
type
Methods
from
Api
Http
Response
from
Proxy
Http
Response
from
Proxy
Http
Response
By
Nonce
Constructors
constructor
new
NonFungibleTokenOfAccountOnNetwork
(
init
?:
Partial
<
NonFungibleTokenOfAccountOnNetwork
>
,
)
:
NonFungibleTokenOfAccountOnNetwork
Parameters
Optional
init
:
Partial
<
NonFungibleTokenOfAccountOnNetwork
>
Returns
NonFungibleTokenOfAccountOnNetwork
Properties
assets
assets
:
string
[]
= []
attributes
attributes
:
Buffer
= ...
balance
balance
:
BigNumber
= ...
collection
collection
:
string
= ""
creator
creator
:
IAddress
= ...
decimals
decimals
:
number
= 0
identifier
identifier
:
string
= ""
name
name
:
string
= ""
nonce
nonce
:
number
= 0
royalties
royalties
:
BigNumber
= ...
supply
supply
:
BigNumber
= ...
timestamp
timestamp
:
number
= 0
type
type
:
string
= ""
Methods
Static
from
Api
Http
Response
fromApiHttpResponse
(
payload
:
any
)
:
NonFungibleTokenOfAccountOnNetwork
Parameters
payload
:
any
Returns
NonFungibleTokenOfAccountOnNetwork
Static
from
Proxy
Http
Response
fromProxyHttpResponse
(
payload
:
any
)
:
NonFungibleTokenOfAccountOnNetwork
Parameters
payload
:
any
Returns
NonFungibleTokenOfAccountOnNetwork
Static
from
Proxy
Http
Response
By
Nonce
fromProxyHttpResponseByNonce
(
payload
:
any
)
:
NonFungibleTokenOfAccountOnNetwork
Parameters
payload
:
any
Returns
NonFungibleTokenOfAccountOnNetwork
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
assets
attributes
balance
collection
creator
decimals
identifier
name
nonce
royalties
supply
timestamp
type
Methods
from
Api
Http
Response
from
Proxy
Http
Response
from
Proxy
Http
Response
By
Nonce
@multiversx/sdk-core - v13.15.0
Loading...