Skip to main content

lib/cosmos/crypto/hd/v1/hd.pb.ex

defmodule Cosmos.Crypto.Hd.V1.BIP44Params do
  @moduledoc false

  use Protobuf, syntax: :proto3, protoc_gen_elixir_version: "0.13.0"

  field(:purpose, 1, type: :uint32)
  field(:coin_type, 2, type: :uint32, json_name: "coinType")
  field(:account, 3, type: :uint32)
  field(:change, 4, type: :bool)
  field(:address_index, 5, type: :uint32, json_name: "addressIndex")
end