Sha256: 0dbe51814ff65ef11985c767d17be7530c4dc9329d54cf87d2914b12765af7e6
Contents?: true
Size: 525 Bytes
Versions: 33
Compression:
Stored size: 525 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # enum TrustLineFlags # { # // issuer has authorized account to perform transactions with its credit # AUTHORIZED_FLAG = 1 # }; # # =========================================================================== module Stellar class TrustLineFlags < XDR::Enum member :authorized_flag, 1 seal end end
Version data entries
33 entries across 33 versions & 3 rubygems