Binance Web3 Connector JS
    Preparing search index...

    GetAggregatorSupportedChainsResponse

    interface GetAggregatorSupportedChainsResponse {
        code?: number;
        data?: GetAggregatorSupportedChainsResponseDataInner[];
        msg?: string;
        success?: boolean;
        timestamp?: number | bigint;
    }
    Index

    Properties

    code?: number

    Business status code. 0 indicates success; any non-zero value indicates a business error.

    GetAggregatorSupportedChainsResponse

    List of supported blockchain networks.

    GetAggregatorSupportedChainsResponse

    msg?: string

    Status description message.

    GetAggregatorSupportedChainsResponse

    success?: boolean

    Convenience flag derived from code == 0.

    GetAggregatorSupportedChainsResponse

    timestamp?: number | bigint

    Server response timestamp in milliseconds.

    GetAggregatorSupportedChainsResponse