Skip to content

Commit

Permalink
added more slp token props
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekliptor authored and Ekliptor committed Aug 28, 2019
1 parent 3711aa1 commit aeaff80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BlockchainApi/Structs/SlpToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ class SlpToken {
public $decimals = 0;
/** @var int */
public $timestamp_unix = 0;
/** @var float */
public $rate = 0.0;
/** @var string */
public $icon = '';

public function __construct() {
}
Expand Down

0 comments on commit aeaff80

Please sign in to comment.