@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "warp-contracts",
|
"name": "warp-contracts",
|
||||||
"version": "1.4.36-ao.11",
|
"version": "1.4.36-ao.12",
|
||||||
"description": "An implementation of the SmartWeave smart contract protocol.",
|
"description": "An implementation of the SmartWeave smart contract protocol.",
|
||||||
"types": "./lib/types/index.d.ts",
|
"types": "./lib/types/index.d.ts",
|
||||||
"main": "./lib/cjs/index.js",
|
"main": "./lib/cjs/index.js",
|
||||||
|
|||||||
@@ -376,3 +376,22 @@ export interface QuickJsOptions {
|
|||||||
interruptCycles?: number;
|
interruptCycles?: number;
|
||||||
timeout?: number;
|
timeout?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface QuickJsPluginMessage {
|
||||||
|
Cron: boolean;
|
||||||
|
Data: string | Buffer;
|
||||||
|
Epoch: number;
|
||||||
|
From: string;
|
||||||
|
Id: string | undefined;
|
||||||
|
Nonce: number;
|
||||||
|
Owner: string;
|
||||||
|
Signature: string | undefined;
|
||||||
|
Tags: {
|
||||||
|
[key: string]: string | undefined;
|
||||||
|
};
|
||||||
|
Target: string;
|
||||||
|
Timestamp: string;
|
||||||
|
['Block-Height']: string;
|
||||||
|
['Forwarded-By']: string;
|
||||||
|
['Hash-Chain']: string;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user