@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.80 to 0.0.81
@@ -58,2 +58,3 @@ export declare type GetMethods = "get.accounts" | "get.votes_sent" | "get.votes_received" | "get.forgers" | "get.blocks" | "get.transactions" | "get.transactions.statistics" | "get.transactions.schemas" | "get.fees" | "get.peers" | "get.network.status" | "get.network.statistics" | "get.market.prices" | "gateway.spec" | "get.ready" | "get.spec"; | ||
export declare type DataType = Array<MarketPriceDataType> | Array<AccountDataType> | Array<BlockDataType> | Array<ForgersDataType> | Array<TransactionDataType> | NetworkStatusDataType | VotesReceivedDataType | VotesSentDataType; | ||
export declare type DataListType = Array<MarketPriceDataType> | Array<AccountDataType> | Array<BlockDataType> | Array<ForgersDataType> | Array<TransactionDataType>; | ||
export declare type SingleDataType = VotesReceivedDataType | VotesSentDataType | MarketPriceDataType | AccountDataType | BlockDataType | ForgersDataType | TransactionDataType | NetworkStatusDataType; | ||
@@ -60,0 +61,0 @@ export interface Envelope { |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.80", | ||
"version": "0.0.81", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "39e20f8a478469c905e58e7ebe3c33c639f7a12c" | ||
"gitHead": "61ed17f1e7612a2b521e6fb9fcce397c81ec205b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42374
586