luxtagofficial / Apostille-library

The official Apostille Typescript repository

Home Page:https://apostille.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getCosignatories should return `Promise<PublicAccount[]>` instead of `Promise<object[]>`

jontey opened this issue · comments

getCosignatories should return Promise<PublicAccount[]> instead of Promise<object[]>. See https://github.com/nemtech/nem2-sdk-typescript-javascript/blob/master/src/model/account/MultisigAccountInfo.ts line 46

public getCosignatories(urls: string): Promise<object[]> {
...

Source: https://github.com/luxtagofficial/Apostille-library/blob/master/src/ApostilleAccount.ts

@aizaiz can you please look into this?