mirror of
https://github.com/kevachat/kevacoin-php.git
synced 2025-01-22 12:34:15 +00:00
add kevaPut address attribute
This commit is contained in:
parent
de9e6f905d
commit
1ff667eafd
@ -390,9 +390,10 @@ class Client
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function kevaPut(
|
public function kevaPut(
|
||||||
string $namespace,
|
string $namespace,
|
||||||
string $key,
|
string $key,
|
||||||
string $value
|
string $value,
|
||||||
|
?string $address = null
|
||||||
): ?string
|
): ?string
|
||||||
{
|
{
|
||||||
$this->_id++;
|
$this->_id++;
|
||||||
@ -405,7 +406,8 @@ class Client
|
|||||||
'params' => [
|
'params' => [
|
||||||
$namespace,
|
$namespace,
|
||||||
$key,
|
$key,
|
||||||
$value
|
$value,
|
||||||
|
$address
|
||||||
],
|
],
|
||||||
'id' => $this->_id
|
'id' => $this->_id
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user