Options
All
  • Public
  • Public/Protected
  • All
Menu
description

A DTO class that consists of the transferable properties of an account's payout.

since

v0.4.0

Hierarchy

Index

Constructors

Properties

Constructors

Properties

address: string

The Address of this account on dHealth Network. The account's address typically refers to a human-readable series of 39 characters, starting either with a T, for TESTNET addresses, or with a N, for MAINNET addresses.

This is the user's address. The user corresponds to the destination of said payout ("recipient").

example

"NDAPPH6ZGD4D6LBWFLGFZUT2KQ5OLBLU32K3HNY"

access

public

var

{string}

assets: ObjectLiteral[]

This is the payout's mosaics as defined by dHealth Network. It contains an array of ObjectLiteral objects that consist of both a mosaicId and amount field.

example

[{ "mosaicId": "39E0C49FA322A459", amount: 1 }]

access

public

var

{ObjectLiteral[]}

Generated using TypeDoc