@demox-labs/aleo-wallet-adapter-base
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -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>; | ||
} |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189412
743