generated/stellar/allow_trust_op.rb in stellar-base-0.19.0 vs generated/stellar/allow_trust_op.rb in stellar-base-0.20.0

- old
+ new

@@ -10,13 +10,13 @@ # AccountID trustor; # union switch (AssetType type) # { # // ASSET_TYPE_NATIVE is not allowed # case ASSET_TYPE_CREDIT_ALPHANUM4: -# opaque assetCode4[4]; +# AssetCode4 assetCode4; # # case ASSET_TYPE_CREDIT_ALPHANUM12: -# opaque assetCode12[12]; +# AssetCode12 assetCode12; # # // add other asset types here in the future # } # asset; #