Skip to content

index.ts

@unionlabs/sdk

See https://docs.union.build/integrations/typescript/ for additional integration guides and examples.

Added in v2.0.0

This module handles Aptos chain functionality.

Signature

export * as Aptos from "./Aptos.js"

Source: src/index.ts:82

Added in v2.0.0

This module handles Cosmos related functionality.

Signature

export * as Cosmos from "./Cosmos.js"

Source: src/index.ts:57

Added in v2.0.0

This module handles EVM related functionality.

Signature

export * as Evm from "./Evm.js"

Source: src/index.ts:50

Added in v2.0.0

This module constructs fungible asset orders for given chains.

Signature

export * as FungibleAssetOrder from "./FungibleAssetOrder.js"

Source: src/index.ts:89

Added in v2.0.0

This module handles Sui related functionality.

Signature

export * as Gql from "./Gql.js"

Source: src/index.ts:64

Added in v2.0.0

This module provides USD pricing of a given chain’s native token.

Signature

export * as PriceOracle from "./PriceOracle.js"

Source: src/index.ts:32

Added in v2.0.0

This module handles Sui related functionality.

Signature

export * as Sui from "./Sui.js"

Source: src/index.ts:43

Added in v2.0.0

@unionlabs/sdk

See https://docs.union.build/integrations/typescript/ for additional integration guides and examples.

Signature

export * as Ucs03 from "./Ucs03.js"

Source: src/index.ts:18

Added in v2.0.0

This module handles interaction with the UCS05 standard.

Signature

export * as Ucs05 from "./Ucs05.js"

Source: src/index.ts:25

Added in v2.0.0

This module contains generic utilities.

Signature

export * as Utils from "./Utils.js"

Source: src/index.ts:71

Added in v2.0.0