@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "warp-contracts",
|
"name": "warp-contracts",
|
||||||
"version": "1.4.9",
|
"version": "1.4.10",
|
||||||
"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",
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ import { InteractionState } from '../contract/states/InteractionState';
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export type TransactionOrigin = "L1" | "L2";
|
export type TransactionOrigin = 'L1' | 'L2';
|
||||||
|
|
||||||
export class SmartWeaveGlobal {
|
export class SmartWeaveGlobal {
|
||||||
gasUsed: number;
|
gasUsed: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user