@layerzerolabs/move-definitions
Advanced tools
Comparing version 3.0.17 to 3.0.18-movement.0
@@ -8,2 +8,3 @@ import { Chain } from '@layerzerolabs/lz-definitions'; | ||
} | ||
type ByteCode = `0x${string}`; | ||
type MoveFunction = `${string}::${string}::${string}`; | ||
@@ -13,3 +14,3 @@ type MoveStructId = MoveFunction; | ||
interface InputEntryFunctionData { | ||
function: MoveFunction; | ||
function: MoveFunction | ByteCode; | ||
functionArgumentTypes?: string[]; | ||
@@ -62,2 +63,2 @@ functionArguments: EntryFunctionArgumentTypes[]; | ||
export { type EntryFunctionArgumentTypes, type GasOptions, type InputEntryFunctionData, MOVE_OFT_TYPE, type MnemonicAndPath, MoveAbortError, type MoveFunction, MoveResourceNotFoundError, type MoveStructId, MoveTableItemNotFoundError, type MoveValue, type PrivateKey, type TableItemRequest, type TransactionResponse, UnclassifiedError, isMnemonicAndPath, isMoveChain, isPrivateKey }; | ||
export { type ByteCode, type EntryFunctionArgumentTypes, type GasOptions, type InputEntryFunctionData, MOVE_OFT_TYPE, type MnemonicAndPath, MoveAbortError, type MoveFunction, MoveResourceNotFoundError, type MoveStructId, MoveTableItemNotFoundError, type MoveValue, type PrivateKey, type TableItemRequest, type TransactionResponse, UnclassifiedError, isMnemonicAndPath, isMoveChain, isPrivateKey }; |
{ | ||
"name": "@layerzerolabs/move-definitions", | ||
"version": "3.0.17", | ||
"version": "3.0.18-movement.0", | ||
"description": "move base definitions", | ||
@@ -27,8 +27,8 @@ "license": "BUSL-1.1", | ||
"dependencies": { | ||
"@layerzerolabs/lz-definitions": "^3.0.17" | ||
"@layerzerolabs/lz-definitions": "^3.0.18-movement.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@layerzerolabs/tsup-config-next": "^3.0.17", | ||
"@layerzerolabs/typescript-config-next": "^3.0.17", | ||
"@layerzerolabs/tsup-config-next": "^3.0.18-movement.0", | ||
"@layerzerolabs/typescript-config-next": "^3.0.18-movement.0", | ||
"@types/jest": "^29.5.10", | ||
@@ -35,0 +35,0 @@ "jest": "^29.7.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
21481
153
2