@wallet-standard/experimental-features
Advanced tools
Comparing version 0.1.0 to 0.1.1
import type { WalletAccount } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
export declare type DecryptFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:decrypt': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: DecryptVersion; | ||
@@ -8,0 +8,0 @@ /** List of ciphers supported for decryption. */ |
import type { WalletAccount } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
export declare type EncryptFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:encrypt': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: EncryptVersion; | ||
@@ -8,0 +8,0 @@ /** List of ciphers supported for encryption. */ |
@@ -5,5 +5,5 @@ import type { IdentifierString } from '@wallet-standard/base'; | ||
export declare type SignAndSendTransactionFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:signAndSendTransaction': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: SignAndSendTransactionVersion; | ||
@@ -10,0 +10,0 @@ /** |
import type { WalletAccount } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
export declare type SignMessageFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:signMessage': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: SignMessageVersion; | ||
@@ -8,0 +8,0 @@ /** Sign messages (arbitrary bytes) using the account's secret key. */ |
import type { IdentifierString, WalletAccount } from '@wallet-standard/base'; | ||
/** TODO: docs */ | ||
export declare type SignTransactionFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:signTransaction': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: SignTransactionVersion; | ||
@@ -8,0 +8,0 @@ /** Sign transactions using the account's secret key. */ |
{ | ||
"name": "@wallet-standard/experimental-features", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Solana Maintainers <maintainers@solana.foundation>", | ||
@@ -29,3 +29,3 @@ "repository": "https://github.com/wallet-standard/wallet-standard", | ||
"dependencies": { | ||
"@wallet-standard/base": "^1.0.0" | ||
"@wallet-standard/base": "^1.0.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
@@ -5,5 +5,5 @@ import type { WalletAccount } from '@wallet-standard/base'; | ||
export type DecryptFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:decrypt': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: DecryptVersion; | ||
@@ -10,0 +10,0 @@ |
@@ -5,5 +5,5 @@ import type { WalletAccount } from '@wallet-standard/base'; | ||
export type EncryptFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:encrypt': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: EncryptVersion; | ||
@@ -10,0 +10,0 @@ |
@@ -6,5 +6,5 @@ import type { IdentifierString } from '@wallet-standard/base'; | ||
export type SignAndSendTransactionFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:signAndSendTransaction': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: SignAndSendTransactionVersion; | ||
@@ -11,0 +11,0 @@ |
@@ -5,5 +5,5 @@ import type { WalletAccount } from '@wallet-standard/base'; | ||
export type SignMessageFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:signMessage': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: SignMessageVersion; | ||
@@ -10,0 +10,0 @@ |
@@ -5,5 +5,5 @@ import type { IdentifierString, WalletAccount } from '@wallet-standard/base'; | ||
export type SignTransactionFeature = { | ||
/** Namespace for the feature. */ | ||
/** Name of the feature. */ | ||
'experimental:signTransaction': { | ||
/** Version of the feature API. */ | ||
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */ | ||
version: SignTransactionVersion; | ||
@@ -10,0 +10,0 @@ |
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
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
38038
Updated@wallet-standard/base@^1.0.1