
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
@defuse-protocol/contract-types
Advanced tools
This package provides TypeScript type definitions for Defuse Protocol contracts. It contains automatically generated TypeScript interfaces derived from the Defuse Protocol contract ABI.
This package provides TypeScript type definitions for Defuse Protocol contracts. It contains automatically generated TypeScript interfaces derived from the Defuse Protocol contract ABI.
# Using npm
npm install @defuse-protocol/contract-types
# Using yarn
yarn add @defuse-protocol/contract-types
# Using pnpm
pnpm add @defuse-protocol/contract-types
# Using bun
bun add @defuse-protocol/contract-types
import { Intent } from '@defuse-protocol/contract-types';
// Use the generated types in your application
const transferIntent: Intent = {
intent: "transfer",
receiver_id: "receiver.near",
tokens: {
"token.near": "1000000000000000000000000"
}
};
This package exports the following TypeScript types:
Intent - Types for various intent actions (transfer, add_public_key, remove_public_key, etc.)bun run build
The types are automatically generated from the Defuse Protocol contract ABI using the script at scripts/gen-defuse-types.sh. This script extracts the type definitions from the contract ABI and converts them to TypeScript interfaces.
To regenerate the types:
# Run the type generation script
cd packages/contract-types
./scripts/gen-defuse-types.sh
bun run dev
bun run lint
MIT
FAQs
This package provides TypeScript type definitions for Defuse Protocol contracts. It contains automatically generated TypeScript interfaces derived from the Defuse Protocol contract ABI.
The npm package @defuse-protocol/contract-types receives a total of 707 weekly downloads. As such, @defuse-protocol/contract-types popularity was classified as not popular.
We found that @defuse-protocol/contract-types demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.