Sha256: 7286fc0bf2c819e9bbf43d365a6548dad39f32c410041d741af1e1fb1cf46057
Contents?: true
Size: 550 Bytes
Versions: 48
Compression:
Stored size: 550 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct InflationPayout // or use PaymentResultAtom to limit types? # { # AccountID destination; # int64 amount; # }; # # =========================================================================== module Stellar class InflationPayout < XDR::Struct attribute :destination, AccountID attribute :amount, Int64 end end
Version data entries
48 entries across 48 versions & 3 rubygems