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

@staratlas/data-source

Package Overview
Dependencies
Maintainers
4
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@staratlas/data-source - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

8

dist/src/account.d.ts

@@ -25,4 +25,12 @@ /// <reference types="node" />

}
interface ToBufferInterface {
toBuffer: () => Buffer;
}
export declare type ToBuffer = ToBufferInterface | PublicKey | Buffer | Uint8Array | string;
export interface PdaAccountStatic<Self extends Account, IDL extends Idl, SeedsArgs extends Record<string, ToBuffer>> extends AccountStatic<Self, IDL> {
findAddress(program: ProgramMethods<IDL>, args: SeedsArgs): [PublicKey, number];
}
export declare function decodeAccount<A extends Account, D, IDL extends Idl>(account: KeyedAccountInfo, program: ProgramMethods<IDL>, accountClass: AccountStatic<A, IDL> & (new (data: D, key: PublicKey) => A)): DecodedAccountData<A>;
export declare function decodeAccountWithRemaining<A extends Account, D, R, IDL extends Idl>(account: KeyedAccountInfo, program: ProgramMethods<IDL>, accountClass: AccountStatic<A, IDL> & (new (data: D, key: PublicKey, remainingData: R) => A), remainingDataFunc: (remainingData: Buffer, data: D) => R): DecodedAccountData<A>;
export {};
//# sourceMappingURL=account.d.ts.map

6

package.json
{
"name": "@staratlas/data-source",
"version": "0.3.7",
"version": "0.3.8",
"description": "> TODO: description",

@@ -30,8 +30,6 @@ "author": "Brett Etter <brett.etter@staratlas.com>",

"dependencies": {
"@project-serum/anchor": "^0.25.0",
"@solana/web3.js": "^1.66.2",
"camelcase": "^7.0.0",
"lodash": "^4.17.21"
},
"gitHead": "1de3caeada8ac8231103b4fc2237d55bfd95f469"
"gitHead": "3b02d5c46c35213403d3446ebfd796c9b926cb88"
}

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