Skip to content

Commit

Permalink
Update transpiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Dec 27, 2019
1 parent caa728a commit c654f05
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion dist/asteroid-user.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LoggerOptions } from 'node-log-it';
import { ConnectionNetworkType, UserAttribute, UserAttributeHeader, ProfilePrivItem, UserProfile, ModifyProfileItem, ModifyProfileComponentItem, UserLogHeader, UserLog, AttributeClaimItem, ClaimTaskItem, ClaimTaskTypeItem, ProfileType } from './interfaces';
import { UserClaim } from "./interfaces/claim";
import { UserClaim } from './interfaces/claim';
export interface AsteroidUserOptions {
networkType?: ConnectionNetworkType;
accessToken?: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/asteroid-user.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/blockchain/neo-common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ export declare class NeoCommon {
/**
* Claim gas for account
*/
static claimGas(api: any, account: any): Promise<any>;
static claimGas(_api: any, account: any): Promise<any>;
/**
* Transfer neo or gas to an address
*/
static transferAsset(network: any, _api: any, accountFrom: any, addressTo: any, neoAmount: any, gasAmount: any): Promise<import("@cityofzion/neon-api/lib/funcs/types").SendAssetConfig>;
/**
* Get a balance of all unspent assets for address
*/
static getAssetBalanceSummary(api: any, address: any): Promise<any>;
static getAssetBalanceSummary(_api: any, address: any): Promise<any>;
/**
* Invoke a contract method (readonly) and expect a response
*/
static invokeFunction(network: any, contractHash: any, operation: any, args?: any[]): Promise<any>;
/**
* Deploy a contract to the neo network
*/
static deployContract(network: any, api: any, avmData: any, _wif: any): Promise<any>;
static deployContract(network: any, _api: any, avmData: any, _wif: any): Promise<any>;
/**
* Initiate a read-only event to the rpc server
*/
static scriptInvocation(network: any, scripts: any): Promise<any>;
/**
* Initiate a contract invocation
*/
static contractInvocation(network: any, api: any, contractHash: any, operation: any, args: any, wif: any, gas?: any, fee?: any): Promise<any>;
static contractInvocation(network: any, _api: any, contractHash: any, operation: any, args: any, wif: any, gas?: any, fee?: any): Promise<any>;
/**
* Parse a neon-js response when expecting a boolean value
*/
Expand Down
28 changes: 14 additions & 14 deletions dist/blockchain/neo-common.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/blockchain/neo-common.js.map

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

Loading

0 comments on commit c654f05

Please sign in to comment.