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