The expression return $this returns the type Carpenstar\ByBitAPI\Spot...Request\PurchaseRequest which is incompatible with the documented return type Carpenstar\ByBitAPI\Spot...Token\Purchase\Purchase.
Loading history...
51
}
52
53
/**
54
* @return float
55
*/
56
public function getLtAmount(): float
57
{
58
return $this->ltAmount;
59
}
60
61
/**
62
* @param float $ltAmount
63
* @return Purchase
64
*/
65
public function setLtAmount(float $ltAmount): self
The expression return $this returns the type Carpenstar\ByBitAPI\Spot...Request\PurchaseRequest which is incompatible with the documented return type Carpenstar\ByBitAPI\Spot...Token\Purchase\Purchase.
Loading history...
69
}
70
71
/**
72
* @return string
73
*/
74
public function getSerialNo(): string
75
{
76
return $this->serialNo;
77
}
78
79
/**
80
* @param string $serialNo
81
* @return Purchase
82
*/
83
public function setSerialNo(string $serialNo): self
The expression return $this returns the type Carpenstar\ByBitAPI\Spot...Request\PurchaseRequest which is incompatible with the documented return type Carpenstar\ByBitAPI\Spot...Token\Purchase\Purchase.