ChangeTrustOperation(Asset asset, String limit) { this._asset = checkNotNull(asset, "asset cannot be null"); this._limit = checkNotNull(limit, "limit cannot be null"); }