@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "warp-contracts",
|
||||
"version": "1.4.36-ao.10",
|
||||
"version": "1.4.36-ao.11",
|
||||
"description": "An implementation of the SmartWeave smart contract protocol.",
|
||||
"types": "./lib/types/index.d.ts",
|
||||
"main": "./lib/cjs/index.js",
|
||||
|
||||
@@ -360,14 +360,14 @@ export interface VM2PluginInput {
|
||||
contractDefinition: ContractDefinition<unknown>;
|
||||
}
|
||||
|
||||
export type BinaryType = 'release_sync' | 'release_async' | 'debug_sync' | 'debug_async';
|
||||
export type QuickJsBinaryType = 'release_sync' | 'release_async' | 'debug_sync' | 'debug_async';
|
||||
|
||||
export interface QuickJsPluginInput {
|
||||
contractSource: string;
|
||||
evaluationOptions: EvaluationOptions;
|
||||
swGlobal: SmartWeaveGlobal;
|
||||
contractDefinition: ContractDefinition<unknown>;
|
||||
binaryType: BinaryType;
|
||||
binaryType: QuickJsBinaryType;
|
||||
}
|
||||
|
||||
export interface QuickJsOptions {
|
||||
|
||||
Reference in New Issue
Block a user