@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.70 to 0.0.71
@@ -208,1 +208,29 @@ 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 interface VotesSentDataType { | ||
"account": { | ||
"address": string; | ||
"username": string; | ||
"votesUsed": string; | ||
}; | ||
"votes": [ | ||
{ | ||
"address": string; | ||
"amount": number; | ||
"username": string; | ||
} | ||
]; | ||
} | ||
export interface VotesReceivedDataType { | ||
"account": { | ||
"address": string; | ||
"username": string; | ||
"votesUsed": string; | ||
}; | ||
"votes": [ | ||
{ | ||
"address": string; | ||
"amount": number; | ||
"username": string; | ||
} | ||
]; | ||
} |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.70", | ||
"version": "0.0.71", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "58dbcc32e5008b1840650af194403bea7af4e090" | ||
"gitHead": "2e939255b8ada9f1a849b85b55ed5b4261a6a462" | ||
} |
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
41656
567