@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -1,2 +0,2 @@ | ||
export declare type GetMethods = "get.accounts" | "get.votes_sent" | "get.votes_received" | "get.blocks" | "get.transactions" | "get.forgers" | "get.fees" | "get.next_forger" | "get.search" | "get.network.statistics" | "get.network.status" | "get.peers" | "get.transactions.statistics.day" | "get.transactions.statistics.month" | "get.voters" | "get.votes" | "get.market.prices" | "gateway.spec" | "get.transactions.schemas" | "get.ready" | "get.spec"; | ||
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 SubscribeMethods = "update.block" | "update.forgers" | "update.transactions" | "update.round" | "update.transactions.unconfirmed" | "update.fee_estimates"; | ||
@@ -24,3 +24,3 @@ export interface Param { | ||
version?: string; | ||
state?: number; | ||
state?: "connected" | "disconnected" | "any"; | ||
broadhash?: string; | ||
@@ -30,2 +30,17 @@ type?: number; | ||
max?: number; | ||
interval?: "day" | "month" | ""; | ||
moduleAssetId?: string; | ||
moduleAssetName?: string; | ||
networkVersion?: string; | ||
senderAddress?: string; | ||
senderPublicKey?: string; | ||
senderUsername?: string; | ||
recipientAddress?: string; | ||
recipientPublicKey?: string; | ||
recipientUsername?: string; | ||
amount?: string; | ||
timestamp?: string; | ||
includePending?: boolean; | ||
data?: string; | ||
nonce?: string; | ||
} | ||
@@ -32,0 +47,0 @@ export interface RPCControllerInterface { |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "ee65ef8a6e75811c57070d21e698f8285d450149" | ||
"gitHead": "4fbc0dd3b2b33cee71ab42030bc055d97a060666" | ||
} |
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
40830
533