Skip to content

Commit

Permalink
Merge pull request #26 from FuelLabs/silentcicero-wallet-update
Browse files Browse the repository at this point in the history
@fuel-js/wallet typescript fix with new interface.
  • Loading branch information
SilentCicero authored Feb 11, 2021
2 parents 1cd4981 + 7dc607e commit d55853a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-js/wallet",
"version": "0.5.7",
"version": "0.5.8",
"description": "Common Fuel utilites.",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class Wallet {
sync(): Promise<void>;
withdraw(token: any, amount: any, opts?: any): Promise<any>;
retrieve(token: any, opts?: any): Promise<any>;
fee(token: any): Promsie<any>;
fee(token: any): Promise<any>;

on(name: string, cb: Function);
off(name: string);
Expand Down

0 comments on commit d55853a

Please sign in to comment.