PageableMtTokensWithBalance

PageableMtTokensWithBalance

new PageableMtTokensWithBalance()

Version:
  • 1.0

The PageableMtTokensWithBalance model module.

Members

items :Array.<MtToken>

Type:

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.

Type
PageableMtTokensWithBalance

PageableMtTokensWithBalance

new PageableMtTokensWithBalance(items, totalBalance, cursor)

Constructs a new PageableMtTokensWithBalance.

Parameters:
Name Type Description
items Array.<MtToken>
totalBalance String

Total balance sum of all tokens the EOA owns

cursor String

다음 페이지 커서

Members

items :Array.<MtToken>

Type:

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.

Type
PageableMtTokensWithBalance