Skip to main content

lib/cosmos/bank/v1beta1/authz.pb.ex

defmodule Cosmos.Bank.V1beta1.SendAuthorization do
  @moduledoc false

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

  field(:spend_limit, 1,
    repeated: true,
    type: Cosmos.Base.V1beta1.Coin,
    json_name: "spendLimit",
    deprecated: false
  )

  field(:allow_list, 2, repeated: true, type: :string, json_name: "allowList", deprecated: false)
end