Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@demox-labs/aleo-wallet-adapter-base

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@demox-labs/aleo-wallet-adapter-base - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

4

dist/signer.d.ts

@@ -17,5 +17,7 @@ import type { WalletAdapter, WalletAdapterProps } from './adapter';

requestTransaction(transaction: AleoTransaction): Promise<string>;
requestExecution(transaction: AleoTransaction): Promise<string>;
requestBulkTransactions(transactions: AleoTransaction[]): Promise<string[]>;
requestDeploy(deployment: AleoDeployment): Promise<string>;
transactionStatus(transactionId: string): Promise<string>;
getExecution(transactionId: string): Promise<string>;
}

@@ -29,5 +31,7 @@ export declare type MessageSignerWalletAdapter<Name extends string = string> = WalletAdapter<Name> & MessageSignerWalletAdapterProps<Name>;

abstract requestTransaction(transaction: AleoTransaction): Promise<string>;
abstract requestExecution(transaction: AleoTransaction): Promise<string>;
abstract requestBulkTransactions(transactions: AleoTransaction[]): Promise<string[]>;
abstract requestDeploy(deployment: AleoDeployment): Promise<string>;
abstract transactionStatus(transactionId: string): Promise<string>;
abstract getExecution(transactionId: string): Promise<string>;
}

2

package.json
{
"name": "@demox-labs/aleo-wallet-adapter-base",
"version": "0.0.16",
"version": "0.0.17",
"description": "Core infrastructure for connecting aleo-compatible wallets to your dApp.",

@@ -5,0 +5,0 @@ "module": "dist/index.js",

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