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