getSlot() публичный Метод

public getSlot ( ) : integer
Результат integer
Пример #1
0
 public function processSlotChange(Transaction $transaction) : bool
 {
     if ($transaction->getSlot() === $this->getResultSlotIndex()) {
         return false;
     }
     return true;
 }