Asset Xdr
XDR Source: union Asset switch (AssetType type) { case ASSET_TYPE_NATIVE: // Not credit void;
case ASSET_TYPE_CREDIT_ALPHANUM4: AlphaNum4 alphaNum4;
case ASSET_TYPE_CREDIT_ALPHANUM12: AlphaNum12 alphaNum12;
// add other asset types here in the futureContent copied to clipboard
};