Binance Web3 Connector JS
    Preparing search index...

    GetTransactionSupportedChainsResponse

    interface GetTransactionSupportedChainsResponse {
        code?: number;
        data?: GetTransactionSupportedChainsResponseDataInner[];
        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.

    GetTransactionSupportedChainsResponse

    List of supported blockchain networks.

    GetTransactionSupportedChainsResponse

    msg?: string

    Status description message.

    GetTransactionSupportedChainsResponse

    success?: boolean

    Convenience flag derived from code == 0.

    GetTransactionSupportedChainsResponse

    timestamp?: number | bigint

    Server response timestamp in milliseconds.

    GetTransactionSupportedChainsResponse