Skip to main content

@unicrowio/sdk

Namespaces

Enumerations

Interfaces

Type Aliases

DefaultNetwork

Ƭ DefaultNetwork: "arbitrum" | "goerli" | "development"

Defined in

typing/index.ts:1339


Network

Ƭ Network: Object

Type declaration

NameType
rpcUrlstring

Defined in

typing/index.ts:1341


Networks

Ƭ Networks: { [key in DefaultNetwork]?: Network }

Defined in

typing/index.ts:1345


tConnectedUser

Ƭ tConnectedUser: "buyer" | "seller" | "arbitrator" | "marketplace" | "other"

Defined in

typing/index.ts:893


tEscrowParty

Ƭ tEscrowParty: "buyer" | "seller" | null

Defined in

typing/index.ts:73


tTokenSymbol

Ƭ tTokenSymbol: "DAI" | "USDT" | "USDC" | "ETH" | string

Defined in

typing/index.ts:5

Variables

default

default: Object

Type declaration

NameType
config(__namedParameters: IConfig) => void
corecore
helpershelpers
indexerindexer
uiui
walletwallet

Defined in

index.ts:12

Functions

config

config(__namedParameters): void

Parameters

NameType
__namedParametersIConfig

Returns

void

Defined in

config/setup.ts:5