@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.72 to 0.0.73
@@ -56,3 +56,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<VotesSentDataType> | Array<VotesReceivedDataType> | Array<MarketPriceDataType> | Array<AccountDataType> | Array<BlockDataType> | Array<ForgersDataType> | Array<TransactionDataType>; | ||
export declare type DataType = VotesSentDataType | VotesReceivedDataType | Array<MarketPriceDataType> | Array<AccountDataType> | Array<BlockDataType> | Array<ForgersDataType> | Array<TransactionDataType>; | ||
export declare type SingleDataType = VotesReceivedDataType | VotesSentDataType | MarketPriceDataType | AccountDataType | BlockDataType | ForgersDataType | TransactionDataType; | ||
@@ -215,9 +215,7 @@ export interface Envelope { | ||
}; | ||
"votes": [ | ||
{ | ||
"address": string; | ||
"amount": number; | ||
"username": string; | ||
} | ||
]; | ||
"votes": { | ||
"address": string; | ||
"amount": number; | ||
"username": string; | ||
}[]; | ||
} | ||
@@ -230,9 +228,7 @@ export interface VotesReceivedDataType { | ||
}; | ||
"votes": [ | ||
{ | ||
"address": string; | ||
"amount": number; | ||
"username": string; | ||
} | ||
]; | ||
"votes": { | ||
"address": string; | ||
"amount": number; | ||
"username": string; | ||
}[]; | ||
} |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.72", | ||
"version": "0.0.73", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "d5223c7a0cab11f3b03973a65faa0549592d0672" | ||
"gitHead": "68113fb90b76a6e963e9fd39699ed230b4686855" | ||
} |
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
41684
563