Skip to content

Commit

Permalink
fix: add method to type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Mar 3, 2020
1 parent 6bd981e commit 35c2117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ declare module '@solana/web3.js' {
sign(...signers: Array<Account>): void;
signPartial(...partialSigners: Array<PublicKey | Account>): void;
addSigner(signer: Account): void;
verifySignatures(): boolean;
serialize(): Buffer;
}

Expand Down
1 change: 1 addition & 0 deletions module.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ declare module '@solana/web3.js' {
sign(...signers: Array<Account>): void;
signPartial(...partialSigners: Array<PublicKey | Account>): void;
addSigner(signer: Account): void;
verifySignatures(): boolean;
serialize(): Buffer;
}

Expand Down

0 comments on commit 35c2117

Please sign in to comment.