@mpckit/core
v0.3.0
Published
Shared types and BCS schemas used by the MPCKit SDK.
Readme
@mpckit/core
Shared types and BCS schemas used by the MPCKit
TypeScript SDK. Most consumers don't depend on this directly:
@mpckit/sdk and
@mpckit/react re-export
everything you need.
Pull this in directly if you're:
- building a custom HTTP client and need the wire types
- decoding raw BCS payloads from MPCKit responses outside the SDK
- writing tests that fixture against the typed contract
Install
npm install @mpckit/coreWhat's inside
PricingInfoBCS schema (decodes the coordinator'scurrent_pricing()return value)- Wire-level types shared between backend and SDK
License
BSD-3-Clause. Source: github.com/Iamknownasfesal/mpckit.
