blob: f3e877e78f01b8d6e8d86baebeb936b9a8296dc5 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_MODULAR_LIB_LEDGER_CLIENT_CONSTANTS_H_
#define SRC_MODULAR_LIB_LEDGER_CLIENT_CONSTANTS_H_
namespace modular {
inline constexpr char kLedgerAppUrl[] = "fuchsia-pkg://fuchsia.com/ledger#meta/ledger.cmx";
} // namespace modular
#endif // SRC_MODULAR_LIB_LEDGER_CLIENT_CONSTANTS_H_