fix(flow): add missing optional programId arg
This commit is contained in:
parent
757cf3ec16
commit
220589eb5d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue