@greymass/eosio
Advanced tools
Comparing version 0.6.3 to 0.6.4
{ | ||
"name": "@greymass/eosio", | ||
"description": "Library for working with EOSIO blockchains", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"homepage": "https://github.com/greymass/eosio-core", | ||
@@ -6,0 +6,0 @@ "license": "BSD-3-Clause-No-Military-License", |
@@ -8,2 +8,4 @@ import {APIProvider, APIResponse, FetchProvider, FetchProviderOptions} from './provider' | ||
export {ChainAPI, HistoryAPI} | ||
export interface APIClientOptions extends FetchProviderOptions { | ||
@@ -10,0 +12,0 @@ /** URL to the API node to use, only used if the provider option is not set. */ |
@@ -134,3 +134,4 @@ import { | ||
@Struct.field(AccountPermission, {array: true}) declare permissions: AccountPermission[] | ||
@Struct.field(AccountTotalResources) declare total_resources: AccountTotalResources | ||
@Struct.field(AccountTotalResources, {optional: true}) | ||
declare total_resources: AccountTotalResources | ||
@Struct.field(AccountSelfDelegatedBandwidth, {optional: true}) | ||
@@ -137,0 +138,0 @@ self_delegated_bandwidth?: AccountSelfDelegatedBandwidth |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
954451
17503