Documentation

Token extends Model
in package

Table of Contents

$address  : string|null
$decimals  : string
$name  : string
$owner  : string|null
$symbol  : string
$totalSupply  : string
mapFrom()  : array<string|int, mixed>
toArray()  : array<string|int, mixed>
toJson()  : string
toObject()  : object

Properties

$address

public string|null $address

$decimals

public string $decimals

$owner

public string|null $owner

$symbol

public string $symbol

$totalSupply

public string $totalSupply

Methods

mapFrom()

public mapFrom() : array<string|int, mixed>
Return values
array<string|int, mixed>

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

toJson()

public toJson() : string
Return values
string

toObject()

public toObject() : object
Return values
object

Search results