Skip to content

Commit

Permalink
feat: replease wasm file
Browse files Browse the repository at this point in the history
  • Loading branch information
1160007652 committed Sep 16, 2022
1 parent e410bae commit cbf4501
Show file tree
Hide file tree
Showing 163 changed files with 610 additions and 386 deletions.
4 changes: 2 additions & 2 deletions dist/Sdk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Sdk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/api/account/account.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export declare const getAssetBalance: (walletKeypair: WalletKeypar, assetCode: s
* @param assetCode
* @returns
*/
export declare const getBalanceInWei: (walletKeypair: WalletKeypar, assetCode?: string | undefined) => Promise<BigNumberValue>;
export declare const getBalanceInWei: (walletKeypair: WalletKeypar, assetCode?: string) => Promise<BigNumberValue>;
/**
* Get the balance of the specific asset for the given user
*
Expand All @@ -32,7 +32,7 @@ export declare const getBalanceInWei: (walletKeypair: WalletKeypar, assetCode?:
*
* @returns Result of transaction submission to the network
*/
export declare const getBalance: (walletKeypair: WalletKeypar, assetCode?: string | undefined) => Promise<string>;
export declare const getBalance: (walletKeypair: WalletKeypar, assetCode?: string) => Promise<string>;
export declare const create: (password: string) => Promise<WalletKeypar>;
export declare const processIssuedRecordItem: (issuedRecord: IssuedRecord) => Promise<ProcessedIssuedRecord>;
export declare const processIssuedRecordList: (issuedRecords: IssuedRecord[]) => Promise<ProcessedIssuedRecord[]>;
Expand Down
14 changes: 9 additions & 5 deletions dist/api/account/account.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/api/account/account.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions dist/api/account/account.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cbf4501

Please sign in to comment.