Sha256: 66df5e495fd9c2c5a15b484f42f89ece2a5cfe3719e200edc6664e206ea515fd
Contents?: true
Size: 534 Bytes
Versions: 3
Compression:
Stored size: 534 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct CreateAccountOp # { # AccountID destination; // account to create # string32 codeKYC; # }; # # =========================================================================== module Stellar class CreateAccountOp < XDR::Struct attribute :destination, AccountID attribute :code_kyc, String32 end end
Version data entries
3 entries across 3 versions & 1 rubygems