v1.4.36-ao.3
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Asia
2024-03-11 12:47:25 +01:00
parent 568bbd85c8
commit 801e3cbe3d
2 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "warp-contracts",
"version": "1.4.36-ao.2",
"version": "1.4.36-ao.3",
"description": "An implementation of the SmartWeave smart contract protocol.",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",

View File

@@ -370,19 +370,19 @@ export interface QuickJsOptions {
}
export interface QuickJsPluginMessage {
cron: boolean;
data: string | Buffer;
epoch: number;
from: string;
id: string | undefined;
nonce: number;
owner: string;
signature: string | undefined;
tags: {
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;
Target: string;
Timestamp: string;
['Block-Height']: string;
['Forwarded-By']: string;
['Hash-Chain']: string;