Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SphaeraFintech authored Apr 5, 2020
1 parent b9a0d36 commit f2ea8da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Apostille
# Apostille

The official Apostille SDK, available for browsers, mobile applications, and NodeJS, to work
with Symbol blockchain (NEM2 / Catapult)
Expand Down Expand Up @@ -227,7 +227,7 @@ ApostilleHistory.create(<parameters>)

#### Return

[Account](https://nemtech.github.io/concepts/account.html)
[Account](https://github.com/nemtech/symbol-sdk-typescript-javascript/blob/master/src/model/account/Account.ts)

#### Example

Expand Down Expand Up @@ -359,7 +359,7 @@ const dedicated = Account.createFromPrivateKey("dedicatedPrivateKey", network);
owner.signTransactionWithCosignatories(aggregateTransaction, [dedicated], generationHash);
```

You can use `ApostilleUtils.extractSignersFromArray` to get all the signers (as array of [Account](https://nemtech.github.io/concepts/account.html)) from an array of Apostilles.
You can use `ApostilleUtils.extractSignersFromArray` to get all the signers (as array of [Account](https://github.com/nemtech/symbol-sdk-typescript-javascript/blob/master/src/model/account/Account.ts)) from an array of Apostilles.

```typescript
const signers = ApostilleUtils.extractSignersFromArray([apostille1, apostille2, ...])
Expand Down

0 comments on commit f2ea8da

Please sign in to comment.