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

@frequency-chain/api-augment

Package Overview
Dependencies
Maintainers
3
Versions
641
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frequency-chain/api-augment - npm Package Compare versions

Comparing version 0.0.0-9cc486 to 0.0.0-a8aff2

9

interfaces/augment-api-events.d.ts

@@ -344,3 +344,3 @@ import '@polkadot/api-base/types/events';

**/
DelegatorRevokedDelegation: AugmentedEvent<ApiType, [provider: u64, delegator: u64], {
DelegationRevoked: AugmentedEvent<ApiType, [provider: u64, delegator: u64], {
provider: u64;

@@ -369,9 +369,2 @@ delegator: u64;

/**
* The Provider revoked itself as delegate for the Delegator
**/
ProviderRevokedDelegation: AugmentedEvent<ApiType, [provider: u64, delegator: u64], {
provider: u64;
delegator: u64;
}>;
/**
* An AccountId has been associated with a MessageSourceId

@@ -378,0 +371,0 @@ **/

@@ -597,10 +597,6 @@ declare const _default: {

};
DelegatorRevokedDelegation: {
DelegationRevoked: {
provider: string;
delegator: string;
};
ProviderRevokedDelegation: {
provider: string;
delegator: string;
};
MsaRetired: {

@@ -1395,3 +1391,2 @@ msaId: string;

msaId: string;
nonce: string;
expiration: string;

@@ -1398,0 +1393,0 @@ };

@@ -600,10 +600,6 @@ // Auto-generated via `yarn polkadot-types-from-defs`, do not edit

},
DelegatorRevokedDelegation: {
DelegationRevoked: {
provider: 'u64',
delegator: 'u64',
},
ProviderRevokedDelegation: {
provider: 'u64',
delegator: 'u64',
},
MsaRetired: {

@@ -1398,3 +1394,2 @@ msaId: 'u64'

msaId: 'u64',
nonce: 'u32',
expiration: 'u32'

@@ -1401,0 +1396,0 @@ },

2

package.json
{
"name": "@frequency-chain/api-augment",
"version": "0.0.0-9cc486",
"version": "0.0.0-a8aff2",
"bugs": {

@@ -5,0 +5,0 @@ "url": "https://github.com/LibertyDSNP/frequency/issues"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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