@wharfkit/antelope
Advanced tools
Comparing version 0.9.0-rc3 to 0.9.0-rc4
{ | ||
"name": "@wharfkit/antelope", | ||
"description": "Library for working with Antelope powered blockchains.", | ||
"version": "0.9.0-rc3", | ||
"version": "0.9.0-rc4", | ||
"homepage": "https://github.com/wharfkit/antelope", | ||
@@ -6,0 +6,0 @@ "license": "BSD-3-Clause-No-Military-License", |
@@ -60,3 +60,4 @@ import {abiEncode} from '../serializer/encoder' | ||
static from(object: ActionType | AnyAction, abi?: ABIDef): Action { | ||
static from(anyAction: ActionType | AnyAction, abi?: ABIDef): Action { | ||
let object = {...anyAction} | ||
const data = object.data as any | ||
@@ -63,0 +64,0 @@ if (!Bytes.isBytes(data)) { |
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
1125375
20509