Binance Connector JS
    Preparing search index...

    QueryTransferStatusResponse

    interface QueryTransferStatusResponse {
        createTime?: string;
        direction?: string;
        errorCode?: null | string;
        errorMessage?: null | string;
        fromToken?: string;
        fromTokenAmount?: string;
        status?: string;
        toToken?: string;
        toTokenAmount?: string;
        transferId?: string;
        updateTime?: string;
    }
    Index

    Properties

    createTime?: string

    QueryTransferStatusResponse

    direction?: string

    QueryTransferStatusResponse

    errorCode?: null | string

    QueryTransferStatusResponse

    errorMessage?: null | string

    QueryTransferStatusResponse

    fromToken?: string

    QueryTransferStatusResponse

    fromTokenAmount?: string

    QueryTransferStatusResponse

    status?: string

    QueryTransferStatusResponse

    toToken?: string

    QueryTransferStatusResponse

    toTokenAmount?: string

    QueryTransferStatusResponse

    transferId?: string

    QueryTransferStatusResponse

    updateTime?: string

    QueryTransferStatusResponse