UNPKG

gill

Version:

a modern javascript/typescript client library for interacting with the Solana blockchain

7 lines 180 B
export * from "./rpc"; export * from "./explorer"; export * from "./transactions"; export type Simplify<T> = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=index.d.ts.map