Skip to content

Commit

Permalink
readme license
Browse files Browse the repository at this point in the history
  • Loading branch information
fexra committed Nov 20, 2018
1 parent 4ec734a commit e5e2a16
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Expand Up @@ -78,7 +78,7 @@ $TS->deleteAdddress("TRTLuxH78akDMCsXycnU5HjJE6zPCgM4KRNNQSboqh1yiTnvxuhNVUL9tK9


### getAddresses()
View all addresses belonging to the specified token.
View all addresses.

```php
$TS->getAddresses()
Expand Down Expand Up @@ -110,7 +110,7 @@ $TS->integrateAddress("TRTLuxH78akDMCsXycnU5HjJE6zPCgM4KRNNQSboqh1yiTnvxuhNVUL9t


### getIntegratedAddresses(address)
Create an integrated address with an address and payment ID.
Get all integrated addresses by address.

```php
$TS->getIntegratedAddresses("TRTLuxH78akDMCsXycnU5HjJE6zPCgM4KRNNQSboqh1yiTnvxuhNVUL9tK92j9kurSKdXVHFmjSRkaNBxM6Nb3G8eQGL7aj113A")
Expand Down Expand Up @@ -162,4 +162,12 @@ Get the current status of the TRTL Services infrastructure.

```php
$TS->getStatus()
```
```

# License

```
Copyright (C) 2018 Rashed Mohammed, The TurtleCoin Developers
Please see the included LICENSE file for more information.
```

0 comments on commit e5e2a16

Please sign in to comment.