Socket
Socket
Sign inDemoInstall

@aldaba/transaction

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aldaba/transaction - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

11

CHANGELOG.md
# @aldaba/transaction
## 2.2.2
### Patch Changes
- build before publish
- Updated dependencies
- @aldaba/data-stream@2.2.2
- @aldaba/common@2.2.2
- @aldaba/crypto@2.2.2
- @aldaba/abi@2.2.2
## 2.2.1

@@ -4,0 +15,0 @@

4

dist/esm/event.d.ts
import { Serializable, ssz } from '@aldaba/common';
import type { InterfaceOf } from '@aldaba/common';
export declare class Event extends Serializable<ssz.Event> implements InterfaceOf<ssz.Event> {
static ssz: ssz.Event;
static ssz: any;
topics: string[];

@@ -9,4 +9,4 @@ desc: string;

constructor(_value?: Partial<InterfaceOf<ssz.Event>>);
get name(): string;
get name(): any;
}
//# sourceMappingURL=event.d.ts.map
import { ssz, Serializable } from '@aldaba/common';
import type { InterfaceOf } from '@aldaba/common';
export declare class Operation extends Serializable<ssz.Operation> implements InterfaceOf<ssz.Operation> {
static ssz: ssz.Operation;
static ssz: any;
contract: string;

@@ -13,5 +13,5 @@ method: string;

method: string;
args: string;
args: any;
};
}
//# sourceMappingURL=operation.d.ts.map
import { Serializable, ssz } from '@aldaba/common';
import type { InterfaceOf } from '@aldaba/common';
export declare class Receipt extends Serializable<ssz.Receipt> implements InterfaceOf<ssz.Receipt> {
static ssz: ssz.Receipt;
static ssz: any;
events: InterfaceOf<ssz.Receipt>['events'];

@@ -6,0 +6,0 @@ result: number;

@@ -16,6 +16,6 @@ import { ssz, Serializable } from '@aldaba/common';

export declare class Transaction extends Serializable<ssz.TransactionType0> implements TransactionMeta {
static ssz: ssz.TransactionType0;
static rawTxSSZ: ssz.RawTransaction;
static txSSZ: ssz.Transaction;
static txProofSSZ: ssz.TxProof;
static ssz: any;
static rawTxSSZ: any;
static txSSZ: any;
static txProofSSZ: any;
signedTransaction: TransactionInterface | null;

@@ -32,3 +32,3 @@ operations: InterfaceOf<ssz.Operation>[];

get rawTransaction(): RawTransactionInterface;
get rawTransactionSSZ(): string;
get rawTransactionSSZ(): any;
/**

@@ -35,0 +35,0 @@ * Sign the transaction

import { Serializable, ssz } from '@aldaba/common';
import type { InterfaceOf } from '@aldaba/common';
export declare class Event extends Serializable<ssz.Event> implements InterfaceOf<ssz.Event> {
static ssz: ssz.Event;
static ssz: any;
topics: string[];

@@ -9,4 +9,4 @@ desc: string;

constructor(_value?: Partial<InterfaceOf<ssz.Event>>);
get name(): string;
get name(): any;
}
//# sourceMappingURL=event.d.ts.map
import { ssz, Serializable } from '@aldaba/common';
import type { InterfaceOf } from '@aldaba/common';
export declare class Operation extends Serializable<ssz.Operation> implements InterfaceOf<ssz.Operation> {
static ssz: ssz.Operation;
static ssz: any;
contract: string;

@@ -13,5 +13,5 @@ method: string;

method: string;
args: string;
args: any;
};
}
//# sourceMappingURL=operation.d.ts.map
import { Serializable, ssz } from '@aldaba/common';
import type { InterfaceOf } from '@aldaba/common';
export declare class Receipt extends Serializable<ssz.Receipt> implements InterfaceOf<ssz.Receipt> {
static ssz: ssz.Receipt;
static ssz: any;
events: InterfaceOf<ssz.Receipt>['events'];

@@ -6,0 +6,0 @@ result: number;

@@ -16,6 +16,6 @@ import { ssz, Serializable } from '@aldaba/common';

export declare class Transaction extends Serializable<ssz.TransactionType0> implements TransactionMeta {
static ssz: ssz.TransactionType0;
static rawTxSSZ: ssz.RawTransaction;
static txSSZ: ssz.Transaction;
static txProofSSZ: ssz.TxProof;
static ssz: any;
static rawTxSSZ: any;
static txSSZ: any;
static txProofSSZ: any;
signedTransaction: TransactionInterface | null;

@@ -32,3 +32,3 @@ operations: InterfaceOf<ssz.Operation>[];

get rawTransaction(): RawTransactionInterface;
get rawTransactionSSZ(): string;
get rawTransactionSSZ(): any;
/**

@@ -35,0 +35,0 @@ * Sign the transaction

{
"name": "@aldaba/transaction",
"version": "2.2.1",
"version": "2.2.2",
"exports": {

@@ -14,6 +14,6 @@ "import": "./dist/esm/index.js",

"dependencies": {
"@aldaba/common": "2.2.1",
"@aldaba/abi": "2.2.1",
"@aldaba/data-stream": "2.2.1",
"@aldaba/crypto": "2.2.1"
"@aldaba/abi": "2.2.2",
"@aldaba/data-stream": "2.2.2",
"@aldaba/crypto": "2.2.2",
"@aldaba/common": "2.2.2"
},

@@ -20,0 +20,0 @@ "devDependencies": {

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc