ETC

Environment

Type설명

Testnet

Set the SDK's Target URL to Testnet

Mainnet

Set the SDK's Target URL to Mainnet

PagingData<T>

val data: T, //  Generic Type Data
val paging: Paging // Paging Object

Paging

val pageNo: Int = 1, // Page Number
val pageSize: Int = 20, // Page Size
val totalCount: Int = 0, // Total Number of Data
val hasMore: Boolean = false // Next Page Option

Chain ID

ChainID

Binanace Smart Chain(BSC)

1

Ethereum(ETH)

2

Fncy Chain (FNCY)

3

Wallet Security Level

LevelDescription

0

Stat That Require Migration (Deprecated)

1

Deposit-only Status

2

Deposits/Withdrawals Available

TicketType

Enumeration code to differentiate between transfer types when creating tickets.

See Also

estimateTicket

makeTicket

TypeDescription

SIGNATURE_TYPE_FOR_ASSET_TRANSFER

Coin Transfer

SIGNATURE_TYPE_FOR_SMARTCONTRACT_EXECUTION

Execute SmartContract(Token Transfer)

SIGNATURE_TYPE_FOR_WALLETCONNECT

WalletConnect Only

NFTOption

TypeDescription

All

All

InStock

Holding

ForSale

On Sale

SignType

TypeDescription

EthSign

EthSignV2

PersonalSign

WithoutPrefix

Eip712Sign

InOut

TypeDescription

All

All

Deposit

Deposit

Withdrawal

Withdraw

DCD

AssetTypeDcd

Enumeration code that identifies the type of asset.

DcdDescription

1004001

BSC

1004002

BEP20

1004003

BEP721

1004004

ETH

1004005

ERC20

1004006

ERC721

InOutDcd

Enumeration code that identifies whether the viewed transaction is a deposit or a withdrawal.

DcdDescription

1006001

deposit

1006002

withdrawal

TxStDcd

Enumeration code indicating the block inclusion status of the viewed transaction

DcdDescription

1007001

pending

1007002

success

1007003

failed

Last updated