fix(flow): add missing optional programId arg

This commit is contained in:
Michael Vines 2018-10-18 22:22:29 -07:00
parent 757cf3ec16
commit 220589eb5d
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ declare module '@solana/web3.js' {
name: string,
symbol: string,
decimals: number,
programId?: PublicKey,
): Promise<TokenAndPublicKey>;
constructor(connection: Connection, token: PublicKey) : Token;