Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

4841985 · Mar 20, 2025

History

History

core

SDK Core

The SDK Core is broken into several logical subpackages

Base

The base package contains:

  • constants (e.g. contract addresses, RPC config, Finality, etc...)
  • utility types to for accessing and validating constants

Definitions

The definitions package contains:

  • definitions for the VAA payload structure layout
  • definitions of interfaces for Platforms and ChainContexts
  • definitions of protocol interfaces (e.g. TokenBridge, Circle, etc...)
  • definitions of types (e.g. Address, TokenId, Signer, etc...)