Technical Docs
Dao Docs
  • ✨Concepts
    • What is Connext?
    • How It Works
      • Architecture
      • Transaction Lifecycle
    • Background
      • What is a Bridge?
      • Modular Bridges
      • Message Verification
    • Use Cases
    • FAQ
  • 🤝Developers
    • Introduction
    • Quickstart
    • Guides
      • Frontend
      • SDK
      • Estimating Fees
      • Tracking xCalls
      • Authentication
      • Handling Failed xCalls
      • Nested xCalls
    • Reference
      • SDK
        • SdkShared
        • SdkBase
        • SdkPool
        • SdkRouter
        • SdkUtils
        • Types
      • Contracts
        • Calls
        • Routers
        • Stableswap
      • Subgraphs
        • Entities
        • Sample Queries
        • Subgraph Resources
      • Integration
        • Adapters
        • Receivers
    • Examples
      • Simple Bridge
      • Authenticated Greeter
      • Ping Pong
  • 📦Usecases
    • xERC20
      • Setup Overview
      • Detailed Setup Guide
      • Connext and xERC20s
    • Chain Abstraction
      • Chain Abstraction Guide
    • xGovernance
  • 📜Resources
    • Subgraphs
    • Deployments
  • 🖥️Routers
    • Basics
    • Spinning Up
    • Guides
      • Community Guides
      • Providing Liquidity
      • Managing Your Router
      • Security
    • Reference
      • Configuration
Powered by GitBook
On this page
  • AssetData
  • Pool
  • PoolAsset
  • ConnextSupport
  • XTransferStatus
  • XTransferErrorStatus
Edit on GitHub
  1. Developers
  2. Reference
  3. SDK

Types

AssetData

Ƭ AssetData: Object

Type declaration

Name
Type

local

string

adopted

string

canonical_id

string

canonical_domain

string

domain

string

key

string

id

string


Pool

Ƭ Pool: Object

Type declaration

Name
Type

domainId

string

name

string

symbol

string

local

PoolAsset

adopted

PoolAsset

lpTokenAddress

string

canonicalHash

string

swapFee

string

adminFee

string

address?

string


PoolAsset

Ƭ PoolAsset: Object

Type declaration

Name
Type

address

string

name

string

symbol

string

decimals

number

index

number

balance

BigNumber


ConnextSupport

Ƭ ConnextSupport: Object

Type declaration

Name
Type

assets

string[]

chainId

number

domainId

string

name

string


XTransferStatus

Ƭ XTransferStatus: Object

Type declaration

Name
Type
Value

XCalled

string

"XCalled"

Executed

string

"Executed"

Reconciled

string

"Reconciled"

CompletedFast

string

"CompletedFast"

CompletedSlow

string

"CompletedSlow"

XTransferErrorStatus

Ƭ XTransferStatus: Object

Type declaration

Name
Type
Value

LowSlippage

string

"LowSlippage"

LowRelayerFee

string

"LowRelayerFee"

ExecutionError

string

"ExecutionError"

NoBidsReceived

string

"NoBidsReceived"

PreviousSdkUtilsNextContracts

Last updated 1 year ago

🤝