new PageableMtTokensWithBalance()
- Version:
- 1.0
The PageableMtTokensWithBalance model module.
Members
items :Array.<MtToken>
Type:
- Array.<MtToken>
totalBalance :String
Total balance sum of all tokens the EOA owns
Type:
- String
cursor :String
다음 페이지 커서
Type:
- String
Methods
(static) constructFromObject(data, obj) → {PageableMtTokensWithBalance}
Constructs a PageableMtTokensWithBalance
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
PageableMtTokensWithBalance | Optional instance to populate. |
Returns:
The populated PageableMtTokensWithBalance
instance.